C# Class Microsoft.Samples.KMoore.WPFSamples.DateControls.InvalidEntryEventArgs

The InvalidEntry event args, occurs when the datepicker can't parse user input string correctly
Inheritance: System.Windows.RoutedEventArgs
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
InvalidEntryEventArgs ( System.Windows.RoutedEvent id, string entry ) : System

Constructor

Méthodes protégées

Méthode Description
InvokeEventHandler ( Delegate genericHandler, object genericTarget ) : void

This method is used to perform the proper type casting in order to call the type-safe InvalidEntryEventHandler delegate for the InvalidEntry event.

Method Details

InvalidEntryEventArgs() public méthode

Constructor
public InvalidEntryEventArgs ( System.Windows.RoutedEvent id, string entry ) : System
id System.Windows.RoutedEvent
entry string
Résultat System

InvokeEventHandler() protected méthode

This method is used to perform the proper type casting in order to call the type-safe InvalidEntryEventHandler delegate for the InvalidEntry event.
protected InvokeEventHandler ( Delegate genericHandler, object genericTarget ) : void
genericHandler System.Delegate The handler to invoke.
genericTarget object The current object along the event's route.
Résultat void