PrintSystemObjectPropertyChangedEventArgs Sınıf
Tanım
, Oluşturmanız gereken bir PropertyChanged olayı için veri sağlar.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
- Devralma
- Uygulamalar
Açıklamalar
Dikkat
System.PrintingAd alanı içindeki sınıflar bir Windows hizmeti veya ASP.NET uygulaması ya da hizmeti içinde kullanım için desteklenmez.Classes within the System.Printing namespace are not supported for use within a Windows service or ASP.NET application or service. Bu uygulama türlerinden biri içinden bu sınıfların kullanılmaya çalışılması, azalmayan hizmet performansı ve çalışma zamanı özel durumları gibi beklenmedik sorunlar oluşturabilir.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.
Bir Windows Forms uygulamasından yazdırmak istiyorsanız, bkz System.Drawing.Printing . ad alanı.If you want to print from a Windows Forms application, see the System.Drawing.Printing namespace.
Oluşturucular
PrintSystemObjectPropertyChangedEventArgs(String) |
PrintSystemObjectPropertyChangedEventArgs sınıfının yeni bir örneğini başlatır.Initializes a new instance of the PrintSystemObjectPropertyChangedEventArgs class. |
Özellikler
PropertyName |
Değiştirilen özelliğin adını alır.Gets the name of the property that changed. |
Yöntemler
Dispose() |
PrintSystemObjectPropertyChangedEventArgs tarafından kullanılan tüm kaynakları serbest bırakır.Releases all resources used by the PrintSystemObjectPropertyChangedEventArgs. |
Dispose(Boolean) |
Tarafından kullanılan yönetilmeyen kaynakları yayınlar PrintSystemObjectPropertyChangedEventArgs ve isteğe bağlı olarak yönetilen kaynakları yayınlar.Releases the unmanaged resources that are used by the PrintSystemObjectPropertyChangedEventArgs and optionally releases the managed resources. |
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object. (Devralındığı yer: Object) |