OnAutoCloseChanged Method
In This Topic
Called when the property AutoClose changed.
Syntax
'Declaration
Protected Overridable Sub OnAutoCloseChanged( _
ByVal As Boolean _
)
'Usage
Dim instance As C1Menu
Dim oldValue As Boolean
instance.OnAutoCloseChanged(oldValue)
protected virtual void OnAutoCloseChanged(
bool
)
protected:
virtual void OnAutoCloseChanged(
bool
)
Parameters
- oldValue
See Also