C# Class FarsiLibrary.Win.Events.DateChangedEventArgs

Used in firing Day/Month/Year change events.
Inheritance: System.EventArgs
Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Méthodes publiques

Méthode Description
DateChangedEventArgs ( System.DateTime newValue, System.DateTime oldValue ) : System

Ctor

Method Details

DateChangedEventArgs() public méthode

Ctor
public DateChangedEventArgs ( System.DateTime newValue, System.DateTime oldValue ) : System
newValue System.DateTime
oldValue System.DateTime
Résultat System