Spread Silverlight Documentation
DragLeave Event (ToolbarStrip)


GrapeCity.Windows.SpreadSheet.UI Namespace > ToolbarStrip Class : DragLeave Event
Syntax
'Declaration
 
Public Event DragLeave As System.Windows.DragEventHandler
'Usage
 
Dim instance As ToolbarStrip
Dim handler As System.Windows.DragEventHandler
 
AddHandler instance.DragLeave, handler
public event System.Windows.DragEventHandler DragLeave
Event Data

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

PropertyDescription
 
 
(Inherited from System.Windows.RoutedEventArgs)
See Also