Version

EditorClientEvents Class

Names of client events exposed by editor such as TextEditor, PercentEditor, NumericEditor, CurrencyEditor, MaskEditor, DateEditor and DatePicker

Note: Not all events are applicable for every editor. Please reffer to the events API documentation of the specific control.

Syntax
'Declaration
 
<System.ObsoleteAttribute("It's recommended to use a control-specific class such as TextEditorClientEvents, NumericEditorClientEvents or DateEditorClientEvents for more acurate event listing.")>
Public Class EditorClientEvents 
   Inherits TextEditorClientEvents
[System.ObsoleteAttribute("It's recommended to use a control-specific class such as TextEditorClientEvents, NumericEditorClientEvents or DateEditorClientEvents for more acurate event listing.")]
public class EditorClientEvents : TextEditorClientEvents 
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub