UIADataDrivenAdapter.GetAvailableControlEvents Method

Definition

Gets the list of control events propagated.

public:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetAvailableControlEvents();
public override System.Collections.ObjectModel.ReadOnlyCollection<string> GetAvailableControlEvents ();
override this.GetAvailableControlEvents : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Overrides Function GetAvailableControlEvents () As ReadOnlyCollection(Of String)

Returns

Remarks

Intended for design-time use. Custom implementation not required for run-time operation.

Applies to