C# Class SenseNet.ContentRepository.Storage.Events.CancellableNodeOperationEventArgs

Inheritance: CancellableNodeEventArgs
Datei anzeigen Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
CancellableNodeOperationEventArgs ( Node sourceNode, Node targetNode, CancellableNodeEvent eventType ) : System

Method Details

CancellableNodeOperationEventArgs() public method

public CancellableNodeOperationEventArgs ( Node sourceNode, Node targetNode, CancellableNodeEvent eventType ) : System
sourceNode Node
targetNode Node
eventType CancellableNodeEvent
return System