Spread Silverlight Documentation
OnDragLeave Method (FormulaTextBox)


GrapeCity.Windows.SpreadSheet.UI Namespace > FormulaTextBox Class : OnDragLeave Method
Syntax
'Declaration
 
Protected Sub OnDragLeave( _
   ByVal e As System.Windows.DragEventArgs _
) 
'Usage
 
Dim instance As FormulaTextBox
Dim e As System.Windows.DragEventArgs
 
instance.OnDragLeave(e)
protected void OnDragLeave( 
   System.Windows.DragEventArgs e
)

Parameters

e
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members