ToolStripTreeViewDropDown.OnClosingStyleChanged Method
Raises the ClosingStyleChanged event.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Protected Overridable Sub OnClosingStyleChanged
'Usage
Me.OnClosingStyleChanged()
protected virtual void OnClosingStyleChanged()
protected:
virtual void OnClosingStyleChanged()
abstract OnClosingStyleChanged : unit -> unit
override OnClosingStyleChanged : unit -> unit
protected function OnClosingStyleChanged()
See Also