次の方法で共有


ZoomChangeEventArgs クラス

 

公開日: 2016年4月

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

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

継承階層

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WinForms.ZoomChangeEventArgs

構文

[ComVisibleAttribute(false)]
public sealed class ZoomChangeEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ZoomChangeEventArgs sealed : CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ZoomChangeEventArgs = 
    class
        inherit CancelEventArgs
    end
<ComVisibleAttribute(False)>
Public NotInheritable Class ZoomChangeEventArgs
    Inherits CancelEventArgs

コンストラクター

名前 説明
System_CAPS_pubmethod ZoomChangeEventArgs(ZoomMode, Int32)

新しい ZoomChangeEventArgs オブジェクトを構築します。

プロパティ

名前 説明
System_CAPS_pubproperty Cancel

(CancelEventArgs から継承されます。)

System_CAPS_pubproperty ZoomMode

ZoomChangeEventArgs イベントに対して選択したズーム モードを取得します。

System_CAPS_pubproperty ZoomPercent

ZoomChangeEventArgs イベントに対して指定したズームの比率の値を取得します。

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されます。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されます。)

System_CAPS_pubmethod GetType()

(Object から継承されます。)

System_CAPS_pubmethod ToString()

(Object から継承されます。)

備考

ZoomChange イベントの発生時に ZoomChangedEventHandler デリゲートに渡されます。

スレッド セーフ

この型のパブリック static (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

Microsoft.Reporting.WinForms 名前空間

トップに戻る