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](XtremeMarkup~MarkupRoutedEvent.md), _
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
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.