OnSplitRemoved Method (C1List)
In This Topic
Raised when horizontal or vertical splits are removed.
Syntax
'Declaration
Protected Overridable Sub OnSplitRemoved( _
ByVal As EventArgs _
)
protected virtual void OnSplitRemoved(
EventArgs
)
Parameters
- e
See Also