Click or drag to resize
ActionBuilderOnDisplayTextChanged Method
Raises the DisplayTextChanged event.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
protected virtual void OnDisplayTextChanged(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also