PrintSystemObjectPropertiesChangedEventArgs 类
定义
为必须创建的 PropertiesChanged 事件提供数据。Provides data for a PropertiesChanged event, which you must create.
public ref class PrintSystemObjectPropertiesChangedEventArgs : EventArgs, IDisposable
public class PrintSystemObjectPropertiesChangedEventArgs : EventArgs, IDisposable
type PrintSystemObjectPropertiesChangedEventArgs = class
inherit EventArgs
interface IDisposable
Public Class PrintSystemObjectPropertiesChangedEventArgs
Inherits EventArgs
Implements IDisposable
- 继承
- 实现
注解
注意
System.Printing命名空间中的类不支持在 Windows 服务或 ASP.NET 应用程序或服务中使用。Classes within the System.Printing namespace are not supported for use within a Windows service or ASP.NET application or service. 尝试从这些应用程序类型之一中使用这些类可能会产生意外的问题,例如降低服务性能和运行时异常。Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions.
如果要从 Windows 窗体应用程序进行打印,请参阅System.Drawing.Printing命名空间。If you want to print from a Windows Forms application, see the System.Drawing.Printing namespace.
构造函数
PrintSystemObjectPropertiesChangedEventArgs(StringCollection) |
初始化 PrintSystemObjectPropertiesChangedEventArgs 类的新实例。Initializes a new instance of the PrintSystemObjectPropertiesChangedEventArgs class. |
属性
PropertiesNames |
获取已更改属性的名称的集合。Gets a collection of the names of the changed properties. |
方法
Dispose() |
释放由 PrintSystemObjectPropertiesChangedEventArgs 对象使用的所有资源。Releases all resources used by the PrintSystemObjectPropertiesChangedEventArgs object. |
Dispose(Boolean) |
释放由 PrintSystemObjectPropertiesChangedEventArgs 对象占用的非托管资源,还可以选择释放托管资源。Releases the unmanaged resources that are used by the PrintSystemObjectPropertiesChangedEventArgs object and optionally releases the managed resources. |
Equals(Object) |
确定指定的对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
GetHashCode() |
用作默认哈希函数。Serves as the default hash function. (继承自 Object) |
GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
ToString() |
返回一个表示当前对象的 string。Returns a string that represents the current object. (继承自 Object) |