UIADataDrivenAdapter.AutomationEventList Property

Definition

Gets or sets the events and its EventsArgs which will be used in Register/UnRegister classification.

protected:
 static property System::Collections::Generic::Dictionary<System::String ^, Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::AutomationEventArgsMapping ^> ^ AutomationEventList { System::Collections::Generic::Dictionary<System::String ^, Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::AutomationEventArgsMapping ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::AutomationEventArgsMapping ^> ^ value); };
protected static System.Collections.Generic.Dictionary<string,Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.AutomationEventArgsMapping> AutomationEventList { get; set; }
member this.AutomationEventList : System.Collections.Generic.Dictionary<string, Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.AutomationEventArgsMapping> with get, set
Protected Shared Property AutomationEventList As Dictionary(Of String, AutomationEventArgsMapping)

Property Value

Applies to