InputClientEventsOnEnumerationChanged Property |
Fired whenever the value of any enumeration mask part has changed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string OnEnumerationChanged { get; set; }
Public Overridable Property OnEnumerationChanged As String
Get
Set
public:
virtual property String^ OnEnumerationChanged {
String^ get ();
void set (String^ value);
}
abstract OnEnumerationChanged : string with get, set
override OnEnumerationChanged : string with get, set
Property Value
Type:
String
Remarks
Note this event is effective only for the KaxMaskedTextBox control.
See Also