OnAutoCloseChanged Method (C1ContextMenu)
In This Topic
Called when the property AutoClose changed.
Syntax
'Declaration
Protected Overrides Sub OnAutoCloseChanged( _
ByVal As Boolean _
)
protected override void OnAutoCloseChanged(
bool
)
Parameters
- oldValue
See Also