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

Gets a value indicating whether the batch operation is ending.

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

Return Value

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

See Also

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