Spread Silverlight Documentation
Unloaded Event (VerticalSplitBar)


Syntax
'Declaration
 
Public Event Unloaded As System.Windows.RoutedEventHandler
'Usage
 
Dim instance As VerticalSplitBar
Dim handler As System.Windows.RoutedEventHandler
 
AddHandler instance.Unloaded, handler
public event System.Windows.RoutedEventHandler Unloaded
Event Data

The event handler receives an argument of type System.Windows.RoutedEventArgs containing data related to this event. The following RoutedEventArgs properties provide information specific to this event.

PropertyDescription
OriginalSourceGets a reference to the object that raised the event.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

VerticalSplitBar Class
VerticalSplitBar Members

 

 


Copyright © GrapeCity, inc. All rights reserved.