Back to Devexpress

WindowShowingEventArgs<T> Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-windowshowingeventargs-1.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public abstract class WindowShowingEventArgs<T> :
    CancelRoutedEventArgs
    where T : BindableBase
vb
Public MustInherit Class WindowShowingEventArgs(Of T As BindableBase)
    Inherits CancelRoutedEventArgs

Type Parameters

Name
T

Inheritance

Show 11 items

Object EventArgs RoutedEventArgs CancelRoutedEventArgs WindowShowingEventArgs<T> GotoDateWindowShowingEventArgs

RemindersWindowShowingEventArgs

TimeRulerWindowShowingEventArgs

RecurrenceWindowShowingEventArgs

AppointmentWindowShowingEventArgs

DeleteOccurrenceWindowShowingEventArgs

See Also

WindowShowingEventArgs<T> Members

DevExpress.Xpf.Scheduling Namespace