Class DeletedNodeRelationEventArgs
A event argument for when a node relation is deleted.
Inheritance
System.Object
    System.EventArgs
    
    
    
    
    
    DeletedNodeRelationEventArgs
  Inherited Members
      System.EventArgs.Empty
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Mediachase.Commerce.Catalog.Events
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class DeletedNodeRelationEventArgs : DeletedRelationEventArgs
  Constructors
DeletedNodeRelationEventArgs(Int32, Int32, Int32)
Initializes a new instance of the DeletedNodeRelationEventArgs class.
Declaration
public DeletedNodeRelationEventArgs(int childNodeId, int parentNodeId, int catalogId)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | childNodeId | The child node id.  | 
      
| System.Int32 | parentNodeId | The parent node id.  | 
      
| System.Int32 | catalogId | The catalog id.  | 
      
Properties
ChildNodeId
Gets the child node id.
Declaration
public int ChildNodeId { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ParentNodeId
Gets the parent node id.
Declaration
public int ParentNodeId { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |