Share via


DrawerStateChangedEventArgs Class

2/27/2008

Used as the event type for the DrawerStateChangedEventHandler delegate.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Class DrawerStateChangedEventArgs
    Inherits EventArgs
public class DrawerStateChangedEventArgs : EventArgs
public ref class DrawerStateChangedEventArgs : public EventArgs
public class DrawerStateChangedEventArgs extends EventArgs
public class DrawerStateChangedEventArgs extends EventArgs

Remarks

DrawerStateChangedEventArgs class inherits from the .NET Framework EventArgs class. An instance of DrawerStateChangedEventArgs is used as the event type for the DrawerStateChangedEventHandler delegate.

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.PointOfService.BaseServiceObjects.DrawerStateChangedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

DrawerStateChangedEventArgs Members
Microsoft.PointOfService.BaseServiceObjects Namespace
DrawerStateChangedEventHandler