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!

SelectionChangedEventArgs Class

The SelectEvent is fired when the user makes an explicit date selection within a month calendar control.

Object
   EventArgs
      SelectionChangedEventArgs

[Visual Basic]
Public Class SelectionChangedEventArgs
   Inherits EventArgs
[C#]
public class SelectionChangedEventArgs : EventArgs
[C++]
public __gc class SelectionChangedEventArgs : public EventArgs
[JScript]
public class SelectionChangedEventArgs extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

SelectionChangedEventArgs Members | System.WinForms Namespace