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!

TreeView.OnAfterCheck

Fires the afterCheck event.

[Visual Basic]
Overridable Protected Sub OnAfterCheck( _
   ByVal e As TreeViewEventArgs _
)
[C#]
protected virtual void OnAfterCheck(
   TreeViewEventArgs e
);
[C++]
protected: virtual void OnAfterCheck(
   TreeViewEventArgs* e
);
[JScript]
protected function OnAfterCheck(
   e : TreeViewEventArgs
);

Parameters

e
[To be supplied.]

See Also

TreeView Class | TreeView Members | System.WinForms Namespace