'Declaration Public Function New( _
ByVal processingStateСостояние обработки.As ProcessingState, _
ByVal targetЦель обработки.As System.Object _
)
public ProcessingEventArgs(
ProcessingState processingState,
System.Object target
)
public: ProcessingEventArgs(
ProcessingState* processingState,
System.Object target
)
public:
ProcessingEventArgs(
ProcessingState^ processingState,
System.Object target
)
Parameters
- processingState
- Состояние обработки.
- target
- Цель обработки.