C# Class Smrf.NodeXL.ExcelTemplate.RunMergeDuplicateEdgesCommandEventArgs

Provides information for a "merge duplicate edges" command that needs to be run.
See RunCommandEventArgs for information about how NodeXL sends commands from one UI object to another.
Inheritance: RunEditableCommandEventArgs
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Methods

Method Description
AssertValid ( ) : void
RunMergeDuplicateEdgesCommandEventArgs ( System.Boolean editUserSettings ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

RunMergeDuplicateEdgesCommandEventArgs() public method

Initializes a new instance of the class.
public RunMergeDuplicateEdgesCommandEventArgs ( System.Boolean editUserSettings ) : System
editUserSettings System.Boolean /// true to allow the user to edit the user settings for the command before /// the command is run. ///
return System