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.Beginning

Gets a value indicating whether the batch operation is beginning.

[Visual Basic]
Overridable Public Function Beginning() As Boolean
[C#]
public virtual bool Beginning();
[C++]
public: virtual bool Beginning();
[JScript]
public function Beginning() : Boolean;

Return Value

true if the beginning of a batch operation; otherwise, false.

See Also

BatchOperationEventArgs Class | BatchOperationEventArgs Members | System.ComponentModel.Design Namespace | System.ComponentModel.Design.BatchOperationEvent.Ending