C# Class FarsiLibrary.Win.Events.DateChangedEventArgs

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

Public Methods

Method Description
DateChangedEventArgs ( System.DateTime newValue, System.DateTime oldValue ) : System

Ctor

Method Details

DateChangedEventArgs() public method

Ctor
public DateChangedEventArgs ( System.DateTime newValue, System.DateTime oldValue ) : System
newValue System.DateTime
oldValue System.DateTime
return System