Initializes a new instance of the BatchOperationEventArgs class.
[Visual Basic] Public Sub New( _ ByVal begin As Boolean _ ) [C#] public BatchOperationEventArgs( bool begin ); [C++] public: BatchOperationEventArgs( bool begin ); [JScript] public function BatchOperationEventArgs( begin : Boolean );
The constructor takes a boolean value as a parameter indicating whether or not the batch operation is just beginning.
BatchOperationEventArgs Class | BatchOperationEventArgs Members | System.ComponentModel.Design Namespace | BatchOperationEventHandler