WinDataDrivenAdapter.GetApplicationEvents Method

Definition

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

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

Returns

Applies to