PenDockListener.IsSupportedChanged 事件

定義

發生于使用者或系統支援變更) (畫筆設定變更的畫筆停駐事件可用性時。

// Register
event_token IsSupportedChanged(TypedEventHandler<PenDockListener, IInspectable const&> const& handler) const;

// Revoke with event_token
void IsSupportedChanged(event_token const* cookie) const;

// Revoke with event_revoker
PenDockListener::IsSupportedChanged_revoker IsSupportedChanged(auto_revoke_t, TypedEventHandler<PenDockListener, IInspectable const&> const& handler) const;
public event TypedEventHandler<PenDockListener,object> IsSupportedChanged;
function onIsSupportedChanged(eventArgs) { /* Your code */ }
penDockListener.addEventListener("issupportedchanged", onIsSupportedChanged);
penDockListener.removeEventListener("issupportedchanged", onIsSupportedChanged);
- or -
penDockListener.onissupportedchanged = onIsSupportedChanged;
Public Custom Event IsSupportedChanged As TypedEventHandler(Of PenDockListener, Object) 

事件類型

適用於