PropertyMetadata..::..PropertyChangingEventArgs Property

Gets a cached instance of PropertyChangingEventArgs

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public PropertyChangingEventArgs PropertyChangingEventArgs { get; }
Public ReadOnly Property PropertyChangingEventArgs As PropertyChangingEventArgs
	Get

Remarks


For indexed properties such as "Item [Int32]" the property name will be reduced to "Item[]" to match ObservableCollection.