5 namespace SiliconStudio.Presentation.Core
9 public object Value {
get;
private set; }
20 public new T Value {
get {
return (T)base.Value; } }
23 : base(routedEvent, value)
ValidationRoutedEventArgs(RoutedEvent routedEvent, object value)
ValidationRoutedEventArgs(RoutedEvent routedEvent, T value)
delegate void ValidationRoutedEventHandler< T >(object sender, ValidationRoutedEventArgs< T > e)
delegate void ValidationRoutedEventHandler(object sender, ValidationRoutedEventArgs e)