バージョン

EmbeddableClickEventArgs コンストラクタ(EmbeddableUIElementBase,Boolean)

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal embeddableElement As EmbeddableUIElementBase, _
   ByVal isButton As Boolean _
)
public EmbeddableClickEventArgs( 
   EmbeddableUIElementBase embeddableElement,
   bool isButton
)

パラメータ

embeddableElement
クリックされた EmbeddableUIElementBase
isButton
要素はボタンの場合はTrue
参照