Smrf.NodeXL.ExcelTemplate.RunEditableCommandEventArgs.RunEditableCommandEventArgs C# (CSharp) Method

RunEditableCommandEventArgs() public method

Initializes a new instance of the class.
public RunEditableCommandEventArgs ( 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
    public RunEditableCommandEventArgs
    (
        Boolean editUserSettings
    )
    {
        m_bEditUserSettings = editUserSettings;
        m_bCommandSuccessfullyRun = false;

        AssertValid();
    }