PrintSystemObjectPropertyChangedEventArgs 클래스
정의
PropertyChanged 이벤트에 데이터를 제공합니다. 이 이벤트는 반드시 만들어야 합니다.Provides data for a PropertyChanged event, which you must create.
public ref class PrintSystemObjectPropertyChangedEventArgs : EventArgs, IDisposable
public class PrintSystemObjectPropertyChangedEventArgs : EventArgs, IDisposable
type PrintSystemObjectPropertyChangedEventArgs = class
inherit EventArgs
interface IDisposable
Public Class PrintSystemObjectPropertyChangedEventArgs
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 Forms 애플리케이션에서 인쇄 하려는 경우 참조는 System.Drawing.Printing 네임 스페이스입니다.If you want to print from a Windows Forms application, see the System.Drawing.Printing namespace.
생성자
PrintSystemObjectPropertyChangedEventArgs(String) |
PrintSystemObjectPropertyChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the PrintSystemObjectPropertyChangedEventArgs class. |
속성
PropertyName |
변경된 속성의 이름을 가져옵니다.Gets the name of the property that changed. |
메서드
Dispose() |
PrintSystemObjectPropertyChangedEventArgs에서 사용하는 모든 리소스를 해제합니다.Releases all resources used by the PrintSystemObjectPropertyChangedEventArgs. |
Dispose(Boolean) |
PrintSystemObjectPropertyChangedEventArgs에서 사용하는 관리되지 않는 리소스를 해제하고 관리되는 리소스를 선택적으로 해제합니다.Releases the unmanaged resources that are used by the PrintSystemObjectPropertyChangedEventArgs 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() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |