Event argument containing item and destination item.

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

C#
public class CancellableDestinationEventArgs : DestinationEventArgs
Visual Basic (Declaration)
Public Class CancellableDestinationEventArgs _
	Inherits DestinationEventArgs
Visual C++
public ref class CancellableDestinationEventArgs : public DestinationEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    N2..::.ItemEventArgs
      N2..::.DestinationEventArgs
        N2..::.CancellableDestinationEventArgs

See Also