'声明 Public Event OrientationChanged As EventHandler(Of PropertyChangedEventArgs(Of Orientation))
public event EventHandler<PropertyChangedEventArgs<Orientation>> OrientationChanged
事件数据
The event handler receives an argument of type C1.WPF.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.
属性 | 说明 |
---|---|
NewValue | |
OldValue |
请参见