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

RunGroupByClusterCommandEventArgs() public method

Initializes a new instance of the class.
public RunGroupByClusterCommandEventArgs ( 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 RunGroupByClusterCommandEventArgs
    (
        Boolean editUserSettings
    )
    : base(editUserSettings)
    {
        // (Do nothing else.)

        AssertValid();
    }
RunGroupByClusterCommandEventArgs