Click or drag to resize

DrawingBaseOnPreviewTextInput Method

Invoked upon text input via keyboard when a DrawingBase object is selected

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual void OnPreviewTextInput(
	TextCompositionEventArgs e
)

Parameters

e  TextCompositionEventArgs
TextCompositionEventArgs
See Also