ZoomChangeEventArgs Class

 

Provides data for a ZoomChange event.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Inheritance Hierarchy

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

Syntax

[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

Constructors

Name Description
System_CAPS_pubmethod ZoomChangeEventArgs(ZoomMode, Int32)

Constructs a new ZoomChangeEventArgs object.

Properties

Name Description
System_CAPS_pubproperty Cancel

(Inherited from CancelEventArgs.)

System_CAPS_pubproperty ZoomMode

Gets the zoom mode select for the ZoomChangeEventArgs event.

System_CAPS_pubproperty ZoomPercent

Gets the zoom percentage value specified for the ZoomChangeEventArgs event.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This is passed to the ZoomChangedEventHandler delegate when a ZoomChange event occurs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top