次の方法で共有


ISharePointProjectItemFileEvents インターフェイス

定義

ISharePointProjectItemFile オブジェクトに関連するイベントを定義します。

public interface class ISharePointProjectItemFileEvents
public interface ISharePointProjectItemFileEvents
type ISharePointProjectItemFileEvents = interface
Public Interface ISharePointProjectItemFileEvents
派生

注釈

実装オブジェクトによって、これらのイベントが発生するコンテキストが定義されます。 すべてのイベントの送信者は、イベントに ISharePointProjectItemFile 関連するインスタンスである必要があります。

イベント

FileAdded

新しい ISharePointProjectItemFile インスタンスが追加されたときに発生します。

FileDeploymentPathChanged

DeploymentPath プロパティが変更されたときに発生します。

FileDeploymentTypeChanged

DeploymentType プロパティが変更されたときに発生します。

FileNameChanged

ISharePointProjectItemFile インスタンスの名前が変更されたときに発生します。

FileOpening

ISharePointProjectItemFile オブジェクトに関連するイベントを定義します。

FilePropertyChanged

ISharePointProjectItemFile インスタンスのプロパティ値が変更されたときに発生します。

FileRemoved

ISharePointProjectItemFile インスタンスが削除されたときに発生します。

適用対象