RadControls for WinForms

Provides data for the CollectionChanging event.

Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class NotifyCollectionChangingEventArgs : CancelEventArgs
Visual Basic
Public Class NotifyCollectionChangingEventArgs _
	Inherits CancelEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      Telerik.WinControls.Data..::..NotifyCollectionChangingEventArgs
        Telerik.WinControls.UI..::..GridViewCollectionChangingEventArgs

See Also