Assigns a delegate to the protected event.
public void addOnProtected( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
The protected event occurs when the user attempts to modify protected text in the control.
See Also getOnProtected, onProtected