Scheduler for WinRT
EndChanged Event


Occurs when the End property value has been changed.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<C1DescriptionAttribute("End プロパティの値がコントロールで変更されたときに発生します。")>
Public Event EndChanged As EventHandler(Of DateTimePropertyChangeEventArgs)
'Usage
 
Dim instance As C1Scheduler
Dim handler As EventHandler(Of DateTimePropertyChangeEventArgs)
 
AddHandler instance.EndChanged, handler
[C1Category()]
[C1Description("End プロパティの値がコントロールで変更されたときに発生します。")]
public event EventHandler<DateTimePropertyChangeEventArgs> EndChanged
Event Data

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

PropertyDescription
NewValueGets a new property value.  
OldValueGets an old property value.  
OriginalSource (Inherited from Windows.UI.Xaml.RoutedEventArgs)
PropertyGets a Windows.UI.Xaml.DependencyProperty object. (Inherited from C1.Xaml.Schedule.PropertyChangeEventArgsBase)
Requirements

Target Platforms: 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

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.