EnableEventHandler 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.
Represents a method for handling the EnableAltDesignerChanged event
public delegate void EnableEventHandler(System::Object ^ sender, EnableEventArgs ^ e);
public delegate void EnableEventHandler(object sender, EnableEventArgs e);
type EnableEventHandler = delegate of obj * EnableEventArgs -> unit
Public Delegate Sub EnableEventHandler(sender As Object, e As EnableEventArgs)
Parameters
- sender
- Object
The source of the event.
The EnableEventArgs that contains the event data.