UIADataDrivenAdapter.AutomationEventList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)