AddHandler Method
Description
Associates an event with an event handler at run time, or declares what code to execute when adding an event handler.
Syntax
Public Sub AddHandler( _
ByVal [Event](#) As MarkupRoutedEvent, _
ByVal [Method](#) As String _
)
Parameters
-
Event
The identifier for the MarkupRoutedEvent to be handled. -
Method
Name of the method in code that should be executed when the specified MarkupRoutedEvent is fired.
See Also

| Markup ActiveX Control v24.0 |
|---|
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.