AnnotationResourceChangedEventArgs クラス

定義

AnchorChanged イベントおよび CargoChanged イベントのデータを提供します。

public ref class AnnotationResourceChangedEventArgs sealed : EventArgs
public sealed class AnnotationResourceChangedEventArgs : EventArgs
type AnnotationResourceChangedEventArgs = class
    inherit EventArgs
Public NotInheritable Class AnnotationResourceChangedEventArgs
Inherits EventArgs
継承
AnnotationResourceChangedEventArgs

注釈

AnnotationResourceChangedEventArgsデータには、イベントをAnnotation発生させた 、イベントに関連付けられているアンカーまたはカーゴ リソース、および実行されたアクション (AddedRemoved、または Modified) が含まれます。

コンストラクター

AnnotationResourceChangedEventArgs(Annotation, AnnotationAction, AnnotationResource)

AnnotationResourceChangedEventArgs(Annotation, AnnotationAction, AnnotationResource) クラスの新しいインスタンスを初期化します。

プロパティ

Action

注釈 Resource のアクションを取得します。

Annotation

イベントを発生させた Annotation を取得します。

Resource

イベントに関連付けられている Anchors または Cargos リソースを取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください