WinDataDrivenAdapter.GetControlEvents Method

Definition

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

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetControlEvents();
public static System.Collections.ObjectModel.ReadOnlyCollection<string> GetControlEvents ();
static member GetControlEvents : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Shared Function GetControlEvents () As ReadOnlyCollection(Of String)

Returns

Applies to