Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.Controls Namespace > NumericTextBox Class : QueryValueFromText Event |
Public Event QueryValueFromText As EventHandler(Of QueryValueFromTextEventArgs)
Dim instance As NumericTextBox Dim handler As EventHandler(Of QueryValueFromTextEventArgs) AddHandler instance.QueryValueFromText, handler
public event EventHandler<QueryValueFromTextEventArgs> QueryValueFromText
The event handler receives an argument of type QueryValueFromTextEventArgs containing data related to this event. The following QueryValueFromTextEventArgs properties provide information specific to this event.
Property | Description |
---|---|
HasParsingError | Gets or sets a value indicating a value was successfully extracted from the specified text. |
Text | Gets the text to be converted. |
Value | Gets or sets the converted value. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2