Version 24.2 (latest)

ClipboardPastingEventArgs Class Methods

For a list of all members of this type, see ClipboardPastingEventArgs members.

Public Methods
 NameDescription
Public MethodGetTargetCellThe Infragistics.Windows.DataPresenter.Cell at the specified index.  
Public MethodGetTargetFieldReturns the Infragistics.Windows.DataPresenter.Field associated with the specified column in the collection  
Public MethodGetTargetFieldIndexHelper method to return the index of the specified field or -1 if the field is not a target of the paste operation.  
Public MethodGetTargetRecordReturns the record associated with the specified row in the collection  
Public MethodGetTargetRecordIndexHelper method to return the index of the specified record or -1 if the record is not a target of the paste operation.  
Protected Methods
 NameDescription
Protected MethodInvokeEventHandlerWhen overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation. (Inherited from System.Windows.RoutedEventArgs)
Protected MethodOnSetSourceWhen overridden in a derived class, provides a notification callback entry point whenever the value of the System.Windows.RoutedEventArgs.Source property of an instance changes. (Inherited from System.Windows.RoutedEventArgs)
See Also