WinDataDrivenAdapter.GetAvailableControlEvents Method

Definition

Gets the list of control events propagated. Intended for design-time use. Custom implementation isn’t required for run-time operation.

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

Applies to