C# Class FarsiLibrary.WPF.VisualStudio.Design.MonthViewDesignerUI

Designer control to visually set FXMonthView's properties on design-time.
Inheritance: INotifyPropertyChanged
Mostra file Open project: HEskandari/FarsiLibrary Class Usage Examples

Public Methods

Method Description
MonthViewDesignerUI ( ) : System

Protected Methods

Method Description
RaisePropertyChanged ( string propertyName, object value ) : void

Private Methods

Method Description
OnLoaded ( object sender, RoutedEventArgs e ) : void

Method Details

MonthViewDesignerUI() public method

public MonthViewDesignerUI ( ) : System
return System

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( string propertyName, object value ) : void
propertyName string
value object
return void