RichEdit.addOnProtected

Overview | Methods | This Package | All Packages

RichEdit.addOnProtected

Assigns a delegate to the protected event.

Syntax

public void addOnProtected( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The protected event occurs when the user attempts to modify protected text in the control.

See Also   getOnProtected, onProtected