ClassNameChangingEventArgs Class

Definition

Provides data for an event raised when the name of a class is about to be changed.

public ref class ClassNameChangingEventArgs : System::ComponentModel::CancelEventArgs
public class ClassNameChangingEventArgs : System.ComponentModel.CancelEventArgs
type ClassNameChangingEventArgs = class
    inherit CancelEventArgs
Public Class ClassNameChangingEventArgs
Inherits CancelEventArgs
Inheritance
ClassNameChangingEventArgs

Constructors

ClassNameChangingEventArgs(String, String, IEnumerable<String>, IList<String>)

Initializes a new instance of the ClassNameChangingEventArgs class.

Properties

AdditionalFiles

Gets or sets the list of files affected by the rename operation in addition to those declared in Files.

ClassName

Gets or sets the current class name.

Files

Gets or sets a list of files affected by the rename operation.

NewClassName

Gets or sets the class name after the rename operation.

Applies to