Xceed DataGrid for WPF v7.2 Documentation
DialogOpened Event


Xceed.Wpf.DataGrid.ThemePack.6 Assembly > Xceed.Wpf.DataGrid.ThemePack.Controls Namespace > DialogHost Class : DialogOpened Event
Syntax
'Declaration
 
Public Event DialogOpened As DialogOpenedEventHandler
'Usage
 
Dim instance As DialogHost
Dim handler As DialogOpenedEventHandler
 
AddHandler instance.DialogOpened, handler
public event DialogOpenedEventHandler DialogOpened
Event Data

The event handler receives an argument of type DialogOpenedEventArgs containing data related to this event. The following DialogOpenedEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from )
(Inherited from )
 
(Inherited from )
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