Xceed Toolkit Plus for WPF v4.6 Documentation
OnClosing Method (LayoutContent)


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Layout Namespace > LayoutContent Class : OnClosing Method
Event data.
Called when the Closing event has been raised.
Syntax
'Declaration
 
Protected Overridable Sub OnClosing( _
   ByVal args As CancelEventArgs _
) 
'Usage
 
Dim instance As LayoutContent
Dim args As CancelEventArgs
 
instance.OnClosing(args)
protected virtual void OnClosing( 
   CancelEventArgs args
)

Parameters

args
Event data.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LayoutContent Class
LayoutContent Members