'Declaration
Public Event HeightChanged As System.EventHandler(Of PropertyChangedEventArgs(Of DataGridLength))
public event System.EventHandler<PropertyChangedEventArgs<DataGridLength>> HeightChanged
Event Data
The event handler receives an argument of type C1.Silverlight.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.
Property | Description |
---|---|
NewValue | |
OldValue |
See Also