NamespaceNameChangingEventArgs Class

Definition

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

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

Constructors

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

Initializes a new instance of the NamespaceNameChangingEventArgs class.

Properties

AdditionalFiles

Gets or sets the collection that allows reporting files that will be affected by the rename operation in addition to those declared in Files. By declaring files here, event sender can prepare itself or the files for the change.

Files

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

NamespaceName

Gets or sets the current namespace name.

NewNamespaceName

Gets or sets the namespace after the rename operation.

Applies to