New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.MaskedTextBoxEventArgs : Sys.CancelEventArgs

Inheritance Hierarchy

Methods

get_currentPart

Returns the client-side object of the mask part whose value the user is trying to change

Parameters

Returns

String

get_newValue

Returns the new value assigned to the mask part if the change is allowed

Parameters

Returns

String

get_oldValue

Returns the current value assigned to the mask part, before the change

Parameters

Returns

String

In this article