DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.KeyPressEvent | Constructors | Fields | Methods | Properties | Events
Reintroduced handler for KeyPress.
// C# public event KeyPressEventHandler KeyPressEvent { add {} remove {} }
' VisualBasic Public Custom Event KeyPressEvent As KeyPressEventHandler AddHandler(ByVal value As KeyPressEventHandler) End AddHandler RemoveHandler(ByVal value As KeyPressEventHandler) End RemoveHandler End Event
// Oxygene public event KeyPressEvent : KeyPressEventHandler add remove;
Type |
---|
KeyPressEventHandler |