WebDataDrivenAdapter.GetControlEvents 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 control events propagated. Intended for design-time use. Custom implementation not 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)