Back to Devexpress

GotoDateWindowShowingEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-a6bd5094.md

latest1.9 KB
Original Source

GotoDateWindowShowingEventArgs Class

Provides data for the SchedulerControl.GotoDateWindowShowing event.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class GotoDateWindowShowingEventArgs :
    WindowShowingEventArgs<GotoDateWindowViewModel>
vb
Public Class GotoDateWindowShowingEventArgs
    Inherits WindowShowingEventArgs(Of GotoDateWindowViewModel)

GotoDateWindowShowingEventArgs is the data class for the following events:

Remarks

An instance of the GotoDateWindowShowingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs RoutedEventArgs CancelRoutedEventArgs WindowShowingEventArgs<DevExpress.Xpf.Scheduling.VisualData.GotoDateWindowViewModel> GotoDateWindowShowingEventArgs

See Also

GotoDateWindowShowingEventArgs Members

DevExpress.Xpf.Scheduling Namespace