Gets the description of the action that caused the event.

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public NotifyCollectionChangedAction Action { get; private set; }
Visual Basic
Public Property Action As NotifyCollectionChangedAction
	Get
	Private Set
JScript
function get Action () : NotifyCollectionChangedAction
private function set Action (value : NotifyCollectionChangedAction)

Return Value

The description of the action that caused the event, as a value of the enumeration.

See Also