A newer version of this page is available.
Switch to the current version.
WindowShowingEventArgs<T> Class
A base class that provides data for events which occur before displaying windows and dialogs.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public abstract class WindowShowingEventArgs<T> :
CancelRoutedEventArgs
where T : BindableBase
Public MustInherit Class WindowShowingEventArgs(Of T As BindableBase)
Inherits CancelRoutedEventArgs
Type Parameters
Name |
---|
T |
Inheritance
See Also
Feedback