UIElement3D.AddToEventRoute(EventRoute, RoutedEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對目前的 EventRoute 事件處理常式集合,將處理常式加入至指定的 UIElement3D。
public:
void AddToEventRoute(System::Windows::EventRoute ^ route, System::Windows::RoutedEventArgs ^ e);
public void AddToEventRoute (System.Windows.EventRoute route, System.Windows.RoutedEventArgs e);
member this.AddToEventRoute : System.Windows.EventRoute * System.Windows.RoutedEventArgs -> unit
Public Sub AddToEventRoute (route As EventRoute, e As RoutedEventArgs)
參數
- route
- EventRoute
加入處理常式的事件路由。
用於加入處理常式的事件資料。 這個方法會使用事件資料的 RoutedEvent 屬性來建立處理常式。
備註
內容主元素可以使用這個方法, (實 IContentHost 作的元素,或是未) 的元素,將子項目的處理程式新增至 EventRoute。