'Declaration Public Event Enter As EventHandler
'Declaration
Public Event Enter As EventHandler
'使用法 Dim instance As RichTextEditor Dim handler As EventHandler AddHandler instance.Enter, handler
'使用法
Dim instance As RichTextEditor Dim handler As EventHandler AddHandler instance.Enter, handler
public event EventHandler Enter
RichTextEditor クラス RichTextEditor メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.