UIADataDrivenAdapter.GetApplicationEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of application events propagated.
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
Remarks
Intended for design-time use. Custom implementation not required for run-time operation.