Compartir a través de


DataDrivenAdapterBase.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:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetAvailableControlEvents();
public virtual System.Collections.ObjectModel.ReadOnlyCollection<string> GetAvailableControlEvents ();
abstract member GetAvailableControlEvents : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
override this.GetAvailableControlEvents : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Overridable Function GetAvailableControlEvents () As ReadOnlyCollection(Of String)

Returns

Applies to