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

Inheritance: NodeEventArgs
显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
NodeOperationEventArgs ( Node sourceNode, Node targetNode, NodeEvent eventType ) : System
NodeOperationEventArgs ( Node sourceNode, Node targetNode, NodeEvent eventType, string originalSourcePath ) : System

Method Details

NodeOperationEventArgs() public method

public NodeOperationEventArgs ( Node sourceNode, Node targetNode, NodeEvent eventType ) : System
sourceNode Node
targetNode Node
eventType NodeEvent
return System

NodeOperationEventArgs() public method

public NodeOperationEventArgs ( Node sourceNode, Node targetNode, NodeEvent eventType, string originalSourcePath ) : System
sourceNode Node
targetNode Node
eventType NodeEvent
originalSourcePath string
return System