Visual Basic (Declaration) | |
---|---|
Public Shadows Event KeyUp As KeyUpEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ConvertCtrl Dim handler As KeyUpEventHandler AddHandler instance.KeyUp, handler |
C# | |
---|---|
public new event KeyUpEventHandler KeyUp |
C++/CLI | |
---|---|
public: new event KeyUpEventHandler^ KeyUp |