LevelChangedEventArgs Class |
Namespace: DotNetBrowser.Zoom.Events
public class LevelChangedEventArgs : EventArgs
The LevelChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Host |
Gets the host of the URL of the web page which zoom level has been changed.
| |
Level |
Gets the new zoom level of a web page.
| |
ZoomLevels |
Gets the IZoomLevels instance associated with this object.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |