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は、AnnotationAuthorChangedイベントが発生するたびに、パラメーターとしてAnnotationAuthorChangedEventHandlerに渡されます。

コンストラクター

名前 説明
AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object)

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

プロパティ

名前 説明
Action

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

Annotation

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

Author

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

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください