DekGenius.com
[ Team LiB ] Previous Section Next Section

DateBoldEventArgs

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()}

    [ Team LiB ] Previous Section Next Section