DataDrivenAdapterBase.GetAvailableApplicationEvents Method

Definition

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

public:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetAvailableApplicationEvents();
public virtual System.Collections.ObjectModel.ReadOnlyCollection<string> GetAvailableApplicationEvents ();
abstract member GetAvailableApplicationEvents : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
override this.GetAvailableApplicationEvents : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Overridable Function GetAvailableApplicationEvents () As ReadOnlyCollection(Of String)

Returns

Applies to