RaiseEventHandler Delegate
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.
Delegates to raise an event with the blow parameters.
public delegate void RaiseEventHandler(System::Object ^ sender, System::String ^ eventName, System::String ^ controlName, System::String ^ controlValue);
public delegate void RaiseEventHandler(object sender, string eventName, string controlName, string controlValue);
type RaiseEventHandler = delegate of obj * string * string * string -> unit
Public Delegate Sub RaiseEventHandler(sender As Object, eventName As String, controlName As String, controlValue As String)
Parameters
- sender
- Object
- eventName
- String
- controlName
- String
- controlValue
- String