NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BatchOperationEventArgs Constructor

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
);

Parameters

begin
true to indicate the call is at the beginning of the batch operation; false to indicate the call is at the end of the batch operation.

Remarks

The constructor takes a boolean value as a parameter indicating whether or not the batch operation is just beginning.

See Also

BatchOperationEventArgs Class | BatchOperationEventArgs Members | System.ComponentModel.Design Namespace | BatchOperationEventHandler