C1.Silverlight Namespace > C1Window Class : PositionChanged Event |
'Declaration
Public Event PositionChanged As System.EventHandler(Of PositionChangedEventArgs)
'Usage
Dim instance As C1Window Dim handler As System.EventHandler(Of PositionChangedEventArgs) AddHandler instance.PositionChanged, handler
public event System.EventHandler<PositionChangedEventArgs> PositionChanged
The event handler receives an argument of type PositionChangedEventArgs containing data related to this event. The following PositionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
PreviousPosition | Gets the previous position of the window. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2