AnnotationAuthorChangedEventArgs クラス

定義

AuthorChanged イベントのデータを提供します。

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

注釈

AnnotationAuthorChangedEventArgsは、 でイベントが発生AnnotationするたびにAuthorChanged、 にパラメーターAnnotationAuthorChangedEventHandlerとして渡されます。

コンストラクター

AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object)

AnnotationAuthorChangedEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Action

イベントに対する作成者の変更操作を取得します。

Annotation

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

Author

イベントのターゲットである作成者オブジェクトを取得します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください