Spread WPF Documentation
OnPreviewDragLeave Method (FormulaTextBox)


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

Parameters

e
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members