March 2003
Intermediate to advanced
896 pages
32h 35m
English
ConvertEventArgs
Part of the data-binding framework, this EventArgs
class is used when the Binding.Format event is
raised. You can find out what the DesiredType is
to which the Value object should be converted. See
Binding for more information.
public class ConvertEventArgs : EventArgs { // Public Constructors public ConvertEventArgs(object value, Type desiredType); // Public Instance Properties public Type DesiredType{get; } public object Value{set; get; } }
System.Object
→ System.EventArgs → ConvertEventArgs
Binding.{OnFormat(), OnParse()}, ConvertEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access