Initializes a new instance of the CancellableDestinationEventArgs class
Namespace:
N2Assembly: N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)
Syntax
| C# |
|---|
public CancellableDestinationEventArgs( ContentItem item, ContentItem destination ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ item As ContentItem, _ destination As ContentItem _ ) |
| Visual C++ |
|---|
public: CancellableDestinationEventArgs( ContentItem^ item, ContentItem^ destination ) |
Parameters
- item
- Type: N2..::.ContentItem
[Missing <param name="item"/> documentation for "M:N2.CancellableDestinationEventArgs.#ctor(N2.ContentItem,N2.ContentItem)"]
- destination
- Type: N2..::.ContentItem
[Missing <param name="destination"/> documentation for "M:N2.CancellableDestinationEventArgs.#ctor(N2.ContentItem,N2.ContentItem)"]