'Declaration Public Function New( _
ByVal processingStateThe processing state.As ProcessingState, _
ByVal targetThe processing target.As System.Object, _
ByVal canCancelA value indicating whether the action can be canceled.As Boolean _
)
public ProcessingEventArgs(
ProcessingState processingState,
System.Object target,
bool canCancel
)
public: ProcessingEventArgs(
ProcessingState* processingState,
System.Object target,
bool canCancel
)
public:
ProcessingEventArgs(
ProcessingState^ processingState,
System.Object target,
bool canCancel
)
Parameters
- processingState
- The processing state.
- target
- The processing target.
- canCancel
- A value indicating whether the action can be canceled.