シンタックス
'宣言
Public Overloads Sub AddHandler( _
ByVal As System.Windows.RoutedEvent, _
ByVal handler As System.Delegate, _
ByVal handledEventsToo As System.Boolean _
)
'使用法
Dim instance As C1FlexViewer
Dim routedEvent As System.Windows.RoutedEvent
Dim handler As System.Delegate
Dim handledEventsToo As System.Boolean
instance.AddHandler(routedEvent, handler, handledEventsToo)
public void AddHandler(
System.Windows.RoutedEvent ,
System.Delegate handler,
System.bool handledEventsToo
)
パラメータ
- routedEvent
- handler
- handledEventsToo
参照