System.Windows.Forms (system.windows.forms.dll) | class |
This class is for internal use only and should not be called from
your own code.
public class DateBoldEventArgs : EventArgs {
// Public Instance Properties
public int[ ] DaysToBold{set; get; }
public int Size{get; }
public DateTime StartDate{get; }
}
Hierarchy
System.Object System.EventArgs
DateBoldEventArgs
Passed To
DateBoldEventHandler.{BeginInvoke(),
Invoke()}
|