Infragistics2.Win.UltraWinTree.v8.1
BeforeColumnMovedEventArgs Class
See Also  Members  
Infragistics.Win.UltraWinTree Namespace : BeforeColumnMovedEventArgs Class

Event arguments which provide information for the UltraTree.BeforeColumnMoved event.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class BeforeColumnMovedEventArgs 
   Inherits CancelEventArgs
C# 
public class BeforeColumnMovedEventArgs : CancelEventArgs 

See Also