Contains data for the HistoryItemAdding event of a C1PreviewPane.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      C1.Win.C1Preview..::..HistoryItemAddingEventArgs

See Also