NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.OnPropertyChanged

This method is called by the control when any property changes. Inheriting controls can overide this method to get property change notification on basic properties. Inherting controls must call base.propertyChanged.

[Visual Basic]
Overrides Protected Sub OnPropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
)
[C#]
protected override void OnPropertyChanged(
   PropertyChangedEventArgs e
);
[C++]
protected: override void OnPropertyChanged(
   PropertyChangedEventArgs* e
);
[JScript]
protected override function OnPropertyChanged(
   e : PropertyChangedEventArgs
);

Parameters

e
[To be supplied.]

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace