System.Windows Spazio dei nomi
Fornisce diverse importanti classi di elementi di base di Windows Presentation Foundation (WPF), varie classi che supportano il sistema di proprietà e la logica degli eventi di WPF, nonché altri tipi più largamente usati dagli elementi principali e dal framework di WPF. Provides several important Windows Presentation Foundation (WPF) base element classes, various classes that support the WPF property system and event logic, and other types that are more broadly consumed by the WPF core and framework.
Classi
Application |
Incapsula un'applicazione Windows Presentation Foundation.Encapsulates a Windows Presentation Foundation application. |
AttachedPropertyBrowsableAttribute |
Offre una classe base per gli attributi di .NET che indicano l'ambito d'uso delle proprietà associate.Provides a base class for .NET attributes that report the use scope of attached properties. |
AttachedPropertyBrowsableForChildrenAttribute |
Specifica che una proprietà associata ha un ambito esplorabile che si estende agli elementi figlio nell'albero logico.Specifies that an attached property has a browsable scope that extends to child elements in the logical tree. |
AttachedPropertyBrowsableForTypeAttribute |
Specifica che una proprietà associata è esplorabile solo per gli elementi che derivano da un tipo specificato.Specifies that an attached property is browsable only for elements that derive from a specified type. |
AttachedPropertyBrowsableWhenAttributePresentAttribute |
Specifica che una proprietà associata è esplorabile solo per un elemento che ha anche un altro attributo di .NET specifico applicato alla definizione della classe corrispondente.Specifies that an attached property is only browsable on an element that also has another specific .NET attribute applied to its class definition. |
AutoResizedEventArgs |
Fornisce i dati per l'evento AutoResized generato da HwndSource.Provides data for the AutoResized event raised by HwndSource. |
BaseCompatibilityPreferences |
Contiene proprietà che specificano come un'applicazione deve comportarsi in relazione alle nuove funzionalità WPF presenti nell'assembly WindowsBase.Contains properties that specify how an application should behave relative to new WPF features that are in the WindowsBase assembly. |
Clipboard |
Fornisce metodi statici che facilitano il trasferimento dei dati da e verso gli Appunti di sistema.Provides static methods that facilitate transferring data to and from the system Clipboard. |
ColorConvertedBitmapExtension |
Implementa un'estensione di markup che consente la creazione di ColorConvertedBitmap.Implements a markup extension that enables ColorConvertedBitmap creation. ColorConvertedBitmap non dispone di un profilo incorporato, ma il profilo è invece basato sui valori di origine e di destinazione.A ColorConvertedBitmap does not have an embedded profile, the profile instead being based on source and destination values. |
ComponentResourceKey |
Definisce o fa riferimento alle chiavi di risorsa basate sui nomi delle classi negli assembly esterni, oltre che a un identificatore aggiuntivo.Defines or references resource keys based on class names in external assemblies, as well as an additional identifier. |
Condition |
Rappresenta una condizione per gli oggetti MultiTrigger e MultiDataTrigger che applicano modifiche ai valori della proprietà in base a una serie di condizioni.Represents a condition for the MultiTrigger and the MultiDataTrigger, which apply changes to property values based on a set of conditions. |
ConditionCollection |
Rappresenta una raccolta di oggetti Condition.Represents a collection of Condition objects. |
ContentElement |
Fornisce una classe base WPF per gli elementi di contenuto.Provides a WPF core-level base class for content elements. Gli elementi di contenuto sono progettati per presentazioni in stile flusso, usando un modello di layout intuitivo orientato al markup e un modello a oggetti volutamente semplice.Content elements are designed for flow-style presentation, using an intuitive markup-oriented layout model and a deliberately simple object model. |
ContentOperations |
Fornisce metodi di utilità statici per ottenere o impostare la posizione di un oggetto ContentElement in una struttura ad albero di elementi.Provides static utility methods for getting or setting the position of a ContentElement in an element tree. |
CoreCompatibilityPreferences |
Contiene proprietà che specificano il comportamento previsto di un'applicazione in relazione alle funzionalità WPF nell'assembly PresentationCore.Contains properties that specify how an application should behave relative to WPF features that are in the PresentationCore assembly. |
CornerRadiusConverter |
Converte istanze di altri tipi in e da un oggetto CornerRadius.Converts instances of other types to and from a CornerRadius. |
CultureInfoIetfLanguageTagConverter |
Converte istanze di CultureInfo in e da altri tipi di dati.Converts instances of CultureInfo to and from other data types. |
DataFormat |
Rappresenta un formato dati utilizzando il nome e l'ID numerico del formato.Represents a data format by using a format name and numeric ID. |
DataFormats |
Fornisce un insieme di nomi del formato dati predefiniti che può essere utilizzato per identificare formati dati disponibili negli Appunti o nelle operazioni di trascinamento della selezione.Provides a set of predefined data format names that can be used to identify data formats available in the clipboard or drag-and-drop operations. |
DataObject |
Fornisce un'implementazione di base dell'interfaccia IDataObject che definisce un meccanismo indipendente dal formato per trasferire dati.Provides a basic implementation of the IDataObject interface, which defines a format-independent mechanism for transferring data. |
DataObjectCopyingEventArgs |
Argomenti per l'evento DataObject.CopyingArguments for the DataObject.Copying event.event. |
DataObjectEventArgs |
Fornisce una classe di base astratta per gli eventi associati alla classe DataObject.Provides an abstract base class for events associated with the DataObject class. |
DataObjectPastingEventArgs |
Contiene argomenti per l'evento DataObject.PastingContains arguments for the DataObject.Pasting event.event. |
DataObjectSettingDataEventArgs |
Contiene argomenti per l'evento DataObject.SettingDataContains arguments for the DataObject.SettingData event.event. |
DataTemplate |
Descrive la struttura visiva di un oggetto dati.Describes the visual structure of a data object. |
DataTemplateKey |
Rappresenta la chiave della risorsa per la classe DataTemplate.Represents the resource key for the DataTemplate class. |
DataTrigger |
Rappresenta un trigger che applica i valori di proprietà o esegue azioni quando i dati associati soddisfano una condizione specificata.Represents a trigger that applies property values or performs actions when the bound data meets a specified condition. |
DeferrableContent |
Rappresenta il contenuto prorogabile presente all'interno di BAML come flusso.Represents deferrable content that is held within BAML as a stream. |
DeferrableContentConverter |
Converte un flusso in un'istanza di DeferrableContent.Converts a stream to a DeferrableContent instance. |
DependencyObject |
Rappresenta un oggetto che fa parte del sistema di proprietà di dipendenza.Represents an object that participates in the dependency property system. |
DependencyObjectType |
Implementa una cache del tipo sottostante per tutti i tipi derivati DependencyObject.Implements an underlying type cache for all DependencyObject derived types. |
DependencyProperty |
Rappresenta una proprietà che può essere impostata tramite metodi, ad esempio stile, data binding, animazione ed ereditarietà.Represents a property that can be set through methods such as, styling, data binding, animation, and inheritance. |
DependencyPropertyHelper |
Fornisce un singolo metodo helper (GetValueSource(DependencyObject, DependencyProperty)) che segnala l'origine del sistema di proprietà per il valore effettivo di una proprietà di dipendenza.Provides a single helper method (GetValueSource(DependencyObject, DependencyProperty)) that reports the property system source for the effective value of a dependency property. |
DependencyPropertyKey |
Fornisce l'identificatore di una proprietà di dipendenza per accesso in scrittura limitato a una proprietà di dipendenza di sola lettura.Provides a dependency property identifier for limited write access to a read-only dependency property. |
DialogResultConverter |
Converte la proprietà DialogResult che è un valore Nullable<T> di tipo Boolean verso e da altri tipi.Converts the DialogResult property, which is a Nullable<T> value of type Boolean, to and from other types. |
DpiChangedEventArgs |
Questa classe passa le informazioni necessarie a ogni listener dell'evento DpiChangedEvent, ad esempio quando una finestra viene spostata in un monitor con un valore DPI diverso o quando il valore DPI del monitor corrente cambia.This class passes necessary information to any listener of the DpiChangedEvent event, such as when a window is moved to a monitor with different DPI, or the DPI of the current monitor changes. |
DragDrop |
Fornisce metodi di supporto e campi per iniziare operazioni di trascinamento della selezione, incluso un metodo per iniziare un'operazione di trascinamento della selezione ed installazioni per l'aggiunta e la rimozione di operazioni di trascinamento della selezione relative ai gestori eventi.Provides helper methods and fields for initiating drag-and-drop operations, including a method to begin a drag-and-drop operation, and facilities for adding and removing drag-and-drop related event handlers. |
DragEventArgs |
Contiene argomenti pertinenti a tutti gli eventi di trascinamento, ovvero DragEnter, DragLeave, DragOver e Drop.Contains arguments relevant to all drag-and-drop events (DragEnter, DragLeave, DragOver, and Drop). |
DurationConverter |
Converte istanze di Duration in e da altre rappresentazioni di tipi.Converts instances of Duration to and from other type representations. |
DynamicResourceExtension |
Implementa un'estensione di markup che supporta riferimenti a risorse dinamiche eseguiti da XAML.Implements a markup extension that supports dynamic resource references made from XAML. |
DynamicResourceExtensionConverter |
Esegue la conversione da un parser XAML ad un oggetto DynamicResourceExtension e supporta risorse di riferimento dinamiche in linguaggio XAML.Converts from parsed XAML to DynamicResourceExtension and supports dynamic resource references made from XAML. |
EventManager |
Fornisce metodi di utilità correlati agli eventi che registrano gli eventi indirizzati per i proprietari delle classi e aggiungono gestori di classi.Provides event-related utility methods that register routed events for class owners and add class handlers. |
EventPrivateKey |
Fornisce l'identificazione univoca per eventi i cui gestori sono archiviati in una tabella hash interna.Provides unique identification for events whose handlers are stored into an internal hashtable. |
EventRoute |
Rappresenta il contenitore per il route che un evento indirizzato deve seguire.Represents the container for the route to be followed by a routed event. |
EventSetter |
Rappresenta un setter evento in uno stile.Represents an event setter in a style. I setter evento richiamano i gestori eventi specificati in risposta agli eventi.Event setters invoke the specified event handlers in response to events. |
EventTrigger |
Rappresenta un trigger che applica un set di azioni in risposta a un evento.Represents a trigger that applies a set of actions in response to an event. |
ExceptionRoutedEventArgs |
Fornisce dati per gli eventi Image e MediaElement non riusciti.Provides data for the Image and MediaElement failed events. |
ExitEventArgs |
Argomenti per l'evento Exit.Event arguments for the Exit event. |
Expression |
Questo tipo supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usato direttamente dal codice.This type supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
ExpressionConverter |
Converte istanze di Expression in e da altri tipi.Converts instances of Expression to and from other types. |
FigureLengthConverter |
Converte istanze di altri tipi in e da un oggetto FigureLength.Converts instances of other types to and from a FigureLength. |
FontSizeConverter |
Converte valori relativi alla dimensione del carattere in e da altre rappresentazioni del tipo.Converts font size values to and from other type representations. |
FontStretchConverter |
Converte istanze di FontStretch in e da altre rappresentazioni di tipi.Converts instances of FontStretch to and from other type representations. |
FontStretches |
Fornisce un insieme di valori statici predefiniti FontStretch.Provides a set of static predefined FontStretch values. |
FontStyleConverter |
Converte istanze di FontStyle in e da altri tipi di dati.Converts instances of FontStyle to and from other data types. |
FontStyles |
Fornisce un insieme di valori statici predefiniti FontStyle.Provides a set of static predefined FontStyle values. |
FontWeightConverter |
Converte istanze di FontWeight in e da altri tipi di dati.Converts instances of FontWeight to and from other data types. |
FontWeights |
Fornisce un insieme di valori statici predefiniti FontWeight.Provides a set of static predefined FontWeight values. |
FrameworkCompatibilityPreferences |
Contiene proprietà che specificano il comportamento previsto di un'applicazione in relazione alle funzionalità WPF nell'assembly PresentationFramework.Contains properties that specify how an application should behave relative to WPF features that are in the PresentationFramework assembly. |
FrameworkContentElement |
FrameworkContentElement è l'implementazione e l'espansione a livello di framework WPF della classe base ContentElement.FrameworkContentElement is the WPF framework-level implementation and expansion of the ContentElement base class. FrameworkContentElement aggiunge supporto per API di input aggiuntive (inclusi descrizioni comando e menu contestuali), storyboard, contesto dei dati per il data binding, supporto per gli stili e API di supporto dell'albero logico.FrameworkContentElement adds support for additional input APIs (including tooltips and context menus), storyboards, data context for data binding, styles support, and logical tree helper APIs. |
FrameworkElement |
Fornisce un set a livello di framework WPF di proprietà, eventi e metodi per elementi Windows Presentation Foundation (WPF).Provides a WPF framework-level set of properties, events, and methods for Windows Presentation Foundation (WPF) elements. Questa classe rappresenta l'implementazione a livello di framework WPF fornita, compilata in base alle API a livello di memoria centrale di WPF definite da UIElement.This class represents the provided WPF framework-level implementation that is built on the WPF core-level APIs that are defined by UIElement. |
FrameworkElementFactory |
Supporta la creazione di modelli.Supports the creation of templates. |
FrameworkPropertyMetadata |
Segnala o applica i metadati per una proprietà di dipendenza, aggiungendo specificamente le caratteristiche di sistema delle proprietà specifiche del framework.Reports or applies metadata for a dependency property, specifically adding framework-specific property system characteristics. |
FrameworkTemplate |
Abilita la creazione di istanze di una struttura ad albero di oggetti FrameworkElement e/o FrameworkContentElement.Enables the instantiation of a tree of FrameworkElement and/or FrameworkContentElement objects. |
Freezable |
Definisce un oggetto che ha uno stato modificabile e uno stato di sola lettura (bloccato).Defines an object that has a modifiable state and a read-only (frozen) state. Le classi che derivano da Freezable forniscono una notifica dettagliata delle modifiche, possono essere rese non modificabili e possono clonare se stesse.Classes that derive from Freezable provide detailed change notification, can be made immutable, and can clone themselves. |
FreezableCollection<T> |
Rappresenta una raccolta di oggetti DependencyObject, Freezable o Animatable.Represents a collection of DependencyObject, Freezable, or Animatable objects. FreezableCollection<T> è un tipo Animatable.FreezableCollection<T> is itself an Animatable type. |
GiveFeedbackEventArgs |
Contiene gli argomenti per l'evento GiveFeedback.Contains arguments for the GiveFeedback event. |
GridLengthConverter |
Converte istanze di altri tipi in e da istanze GridLength.Converts instances of other types to and from GridLength instances. |
HierarchicalDataTemplate |
Rappresenta un oggetto DataTemplate che supporta HeaderedItemsControl, ad esempio TreeViewItem o MenuItem.Represents a DataTemplate that supports HeaderedItemsControl, such as TreeViewItem or MenuItem. |
HwndDpiChangedEventArgs |
Rappresenta un tipo di oggetto HandledEventArgs relativo a un evento DpiChanged.Represents a type of HandledEventArgs that is relevant to a DpiChanged event. |
Int32RectConverter |
Converte istanze di altri tipi in e da un oggetto Int32Rect.Converts instances of other types to and from an Int32Rect. |
KeySplineConverter |
Converte istanze di altri tipi in e da un oggetto KeySpline.Converts instances of other types to and from a KeySpline. |
KeyTimeConverter |
Converte istanze di KeyTime in e da altri tipi.Converts instances of KeyTime to and from other types. |
LengthConverter |
Converte istanze di altri tipi verso e da istanze di Double che rappresenta la lunghezza di un oggetto.Converts instances of other types to and from instances of a Double that represent an object's length. |
LocalizabilityAttribute |
Specifica gli attributi di localizzazione per una classe binaria XAML (BAML) o membro di una classe.Specifies the localization attributes for a binary XAML (BAML) class or class member. |
Localization |
La classe Localization definisce le proprietà associate per attributi di localizzazione e commenti.The Localization class defines attached properties for localization attributes and comments. |
LogicalTreeHelper |
Fornisce metodi helper statici per eseguire query sugli oggetti nell'albero logico.Provides static helper methods for querying objects in the logical tree. |
LostFocusEventManager |
Fornisce un'implementazione WeakEventManager in modo che sia possibile utilizzare il modello "listener di eventi deboli" per allegare i listener agli eventi LostFocus o LostFocus.Provides a WeakEventManager implementation so that you can use the "weak event listener" pattern to attach listeners for the LostFocus or LostFocus events. |
MediaScriptCommandRoutedEventArgs |
Fornisce i dati per gli eventi ScriptCommand e ScriptCommand.Provides data for the ScriptCommand and ScriptCommand events. |
MessageBox |
Visualizza una finestra di messaggio.Displays a message box. |
MultiDataTrigger |
Rappresenta un trigger che applica i valori di proprietà o esegue azioni quando i dati del limite soddisfano un insieme di condizioni.Represents a trigger that applies property values or performs actions when the bound data meet a set of conditions. |
MultiTrigger |
Rappresenta un trigger che applica i valori di proprietà o esegue azioni quando viene soddisfatta una serie di condizioni.Represents a trigger that applies property values or performs actions when a set of conditions are satisfied. |
NameScope |
Implementa il supporto WPF di base dei metodi INameScope che memorizzano o recuperano i mapping nome-oggetto in un particolare ambito dei nomi XAML.Implements base WPF support for the INameScope methods that store or retrieve name-object mappings into a particular XAML namescope. Aggiunge il supporto della proprietà associata per rendere più semplice ottenere o impostare in modo dinamico i nomi degli ambiti dei nomi XAML a livello di elemento.Adds attached property support to make it simpler to get or set XAML namescope names dynamically at the element level. |
NullableBoolConverter |
Esegue la conversione dal e al tipo Nullable<T> utilizzando il vincolo Boolean per il tipo generico.Converts to and from the Nullable<T> type (using the Boolean type constraint on the generic). |
PointConverter |
Converte istanze di altri tipi in e da un oggetto Point.Converts instances of other types to and from a Point. |
PresentationSource |
Fornisce una base astratta per le classi che presentano il contenuto da un'altra tecnologia come parte di uno scenario di interazione.Provides an abstract base for classes that present content from another technology as part of an interoperation scenario. Inoltre, questa classe fornisce metodi statici da utilizzare con queste origini, nonché l'architettura di presentazione di base a livello visivo.In addition, this class provides static methods for working with these sources, as well as the basic visual-layer presentation architecture. |
PropertyMetadata |
Definisce determinati aspetti del comportamento di una proprietà di dipendenza applicata a un tipo specifico, incluse le condizioni con cui è stata registrata.Defines certain behavior aspects of a dependency property as it is applied to a specific type, including conditions it was registered with. |
PropertyPath |
Implementa una struttura di dati per descrivere una proprietà come un percorso di un'altra proprietà o di un tipo proprietario.Implements a data structure for describing a property as a path below another property, or below an owning type. I percorsi delle proprietà vengono usati nel data binding degli oggetti e nei storyboard e sequenze temporali delle animazioni.Property paths are used in data binding to objects, and in storyboards and timelines for animations. |
PropertyPathConverter |
Fornisce un convertitore di tipi per oggetti PropertyPath.Provides a type converter for PropertyPath objects. |
QueryContinueDragEventArgs |
Contiene gli argomenti per l'evento QueryContinueDrag.Contains arguments for the QueryContinueDrag event. |
RectConverter |
Converte istanze di altri tipi in e da istanze di Rect.Converts instances of other types to and from instances of Rect. |
RequestBringIntoViewEventArgs |
Fornisce dati per l'evento indirizzato RequestBringIntoView.Provides data for the RequestBringIntoView routed event. |
ResourceDictionary |
Fornisce un'implementazione di tabella hash/dizionario contenente le risorse WPF usate dai componenti e dagli altri elementi di un'applicazione WPF.Provides a hash table / dictionary implementation that contains WPF resources used by components and other elements of a WPF application. |
ResourceKey |
Fornisce una classe di base astratta per diverse chiavi di risorsa.Provides an abstract base class for various resource keys. |
ResourceReferenceKeyNotFoundException |
Eccezione generata quando non viene trovata una chiave di riferimento a una risorsa durante l'analisi o la serializzazione delle risorse di estensione di markup.The exception that is thrown when a resource reference key cannot be found during parsing or serialization of markup extension resources. |
RoutedEvent |
Rappresenta e identifica un evento indirizzato e ne dichiara le caratteristiche.Represents and identifies a routed event and declares its characteristics. |
RoutedEventArgs |
Contiene informazioni sullo stato e dati evento associati a un evento indirizzato.Contains state information and event data associated with a routed event. |
RoutedPropertyChangedEventArgs<T> |
Fornisce dati sulla modifica di un valore a una proprietà di dipendenza segnalata da particolari eventi indirizzati, incluso il valore precedente e corrente della proprietà modificata.Provides data about a change in value to a dependency property as reported by particular routed events, including the previous and current value of the property that changed. |
SessionEndingCancelEventArgs |
Contiene gli argomenti per l'evento SessionEnding.Contains the event arguments for the SessionEnding event. |
Setter |
Rappresenta un metodo Set che applica un valore della proprietà.Represents a setter that applies a property value. |
SetterBase |
Rappresenta la classe di base per le funzioni Set del valore.Represents the base class for value setters. |
SetterBaseCollection |
Rappresenta una raccolta di oggetti SetterBase.Represents a collection of SetterBase objects. |
SizeChangedEventArgs |
Fornisce dati riferiti all'evento SizeChanged.Provides data related to the SizeChanged event. |
SizeChangedInfo |
Riportare le specifiche di una modifica del valore che comporta un oggetto Size.Report the specifics of a value change involving a Size. È utilizzato come un parametro negli override OnRenderSizeChanged(SizeChangedInfo).This is used as a parameter in OnRenderSizeChanged(SizeChangedInfo) overrides. |
SizeConverter |
Converte istanze di altri tipi verso e da istanze della classe Size.Converts instances of other types to and from instances of the Size class. |
SourceChangedEventArgs |
Fornisce i dati per l'evento SourceChanged, usato per l'interoperatività.Provides data for the SourceChanged event, used for interoperation. La classe non può essere ereditata.This class cannot be inherited. |
SplashScreen |
Fornisce una schermata iniziale per un'applicazione Windows Presentation Foundation (WPF).Provides a startup screen for a Windows Presentation Foundation (WPF) application. |
StartupEventArgs |
Contiene gli argomenti per l'evento Startup.Contains the arguments for the Startup event. |
StaticResourceExtension |
Implementa un'estensione di markup che supporta riferimenti a risorse statiche (tempo di caricamento XAML) eseguiti dal linguaggio XAML.Implements a markup extension that supports static (XAML load time) resource references made from XAML. |
StrokeCollectionConverter |
Converte un oggetto StrokeCollection in una stringa.Converts a StrokeCollection to a string. |
Style |
Abilita la condivisione di proprietà, risorse e gestori eventi tra istanze di un tipo.Enables the sharing of properties, resources, and event handlers between instances of a type. |
StyleTypedPropertyAttribute |
Rappresenta un attributo applicato alla definizione della classe e determina gli oggetti TargetType delle proprietà di tipo Style.Represents an attribute that is applied to the class definition and determines the TargetTypes of the properties that are of type Style. |
SystemColors |
Contiene colori e pennelli di sistema e chiavi di risorsa di sistema che corrispondono agli elementi di visualizzazione di sistema.Contains system colors, system brushes, and system resource keys that correspond to system display elements. |
SystemCommands |
Definisce i comandi indirizzati che sono comuni alla gestione della finestra.Defines routed commands that are common to window management. |
SystemFonts |
Contiene le proprietà che espongono le risorse di sistema relative ai tipi di carattere.Contains properties that expose the system resources that concern fonts. |
SystemParameters |
Contiene le proprietà che è possibile usare per eseguire una query sulle impostazioni del sistema.Contains properties that you can use to query system settings. |
TemplateBindingExpression |
Descrive un'istanza di runtime di un oggetto TemplateBindingExtension.Describes a run-time instance of a TemplateBindingExtension. |
TemplateBindingExpressionConverter |
Convertitore di tipi utilizzato per costruire un'estensione di markup da un'istanza di TemplateBindingExpression durante la serializzazione.A type converter that is used to construct a markup extension from a TemplateBindingExpression instance during serialization. |
TemplateBindingExtension |
Implementa un'estensione di markup che supporta l'associazione tra il valore di una proprietà in un modello e il valore di un'altra proprietà esposta nel controllo basato su modelli.Implements a markup extension that supports the binding between the value of a property in a template and the value of some other exposed property on the templated control. |
TemplateBindingExtensionConverter |
Convertitore di tipi utilizzato per costruire un oggetto TemplateBindingExtension da un'istanza durante la serializzazione.A type converter that is used to construct a TemplateBindingExtension from an instance during serialization. |
TemplateContent |
Implementa la logica di registrazione e riproduzione utilizzata dai modelli per rinviare contenuto quando interagiscono con reader e writer XAML.Implements the record and playback logic that templates use for deferring content when they interact with XAML readers and writers. |
TemplateContentLoader |
Implementa l'oggetto XamlDeferringLoader per posticipare il caricamento del contenuto XAML definito per un modello in XAML WPF.Implements XamlDeferringLoader in order to defer loading of the XAML content that is defined for a template in WPF XAML. |
TemplateKey |
In caso di utilizzo come chiave di risorsa per un modello di dati, consente al modello di dati di partecipare al processo di ricerca.When used as a resource key for a data template, allows the data template to participate in the lookup process. |
TemplatePartAttribute |
Rappresenta un attributo applicato alla definizione della classe per identificare i tipi delle parti denominate utilizzate per l'applicazione di modelli.Represents an attribute that is applied to the class definition to identify the types of the named parts that are used for templating. |
TemplateVisualStateAttribute |
Specifica che un controllo può essere in un determinato stato e che è prevista la presenza di un oggetto VisualState nell'oggetto ControlTemplate del controllo.Specifies that a control can be in a certain state and that a VisualState is expected in the control's ControlTemplate. |
TextDecoration |
Rappresenta un effetto del testo, ovvero un ornamento visivo aggiunto al testo, ad esempio una sottolineatura.Represents a text decoration, which a visual ornamentation that is added to text (such as an underline). |
TextDecorationCollection |
Rappresenta una raccolta di istanze di TextDecoration.Represents a collection of TextDecoration instances. |
TextDecorationCollectionConverter |
Converte le istanze di TextDecorationCollection da altri tipi di dati.Converts instances of TextDecorationCollection from other data types. |
TextDecorations |
Fornisce un insieme statico di decorazioni di testo predefinite.Provides a set of static predefined text decorations. |
ThemeDictionaryExtension |
Implementa un'estensione di markup che consente agli autori dell'applicazione di personalizzare gli stili del controllo in base al tema del sistema corrente.Implements a markup extension that enables application authors to customize control styles based on the current system theme. |
ThemeInfoAttribute |
Specifica il percorso nel quale vengono archiviati i dizionari dei temi per un assembly.Specifies the location in which theme dictionaries are stored for an assembly. |
ThicknessConverter |
Converte istanze di altri tipi in e da istanze di Thickness.Converts instances of other types to and from instances of Thickness. |
Trigger |
Rappresenta un trigger che applica i valori delle proprietà o esegue azioni in modo condizionale.Represents a trigger that applies property values or performs actions conditionally. |
TriggerAction |
Descrive un'azione da eseguire per un trigger.Describes an action to perform for a trigger. |
TriggerActionCollection |
Rappresenta una raccolta di oggetti TriggerAction.Represents a collection of TriggerAction objects. |
TriggerBase |
Rappresenta la classe di base per specificare un valore condizionale all'interno di un oggetto Style.Represents the base class for specifying a conditional value within a Style object. |
TriggerCollection |
Rappresenta una raccolta di oggetti TriggerBase.Represents a collection of TriggerBase objects. |
UIElement |
UIElement è una classe base per le implementazioni a livello di memoria centrale di WPF basate sulle caratteristiche di presentazione di base e sugli elementi di Windows Presentation Foundation (WPF).UIElement is a base class for WPF core level implementations building on Windows Presentation Foundation (WPF) elements and basic presentation characteristics. |
UIElement3D |
UIElement3D è una classe base per le implementazioni a livello di memoria centrale di WPF basate sulle caratteristiche di presentazione di base e sugli elementi di Windows Presentation Foundation (WPF).UIElement3D is a base class for WPF core level implementations building on Windows Presentation Foundation (WPF) elements and basic presentation characteristics. |
UIPropertyMetadata |
Fornisce metadati di proprietà per proprietà non framework che hanno un impatto su rendering e/o interfaccia utente a livello principale.Provides property metadata for non-framework properties that do have rendering/user interface impact at the core level. |
VectorConverter |
Converte istanze di altri tipi in e da un oggetto Vector.Converts instances of other types to and from a Vector. |
VisualState |
Rappresenta l'aspetto visivo del controllo quando questo si trova in uno stato specifico.Represents the visual appearance of the control when it is in a specific state. |
VisualStateChangedEventArgs |
Fornisce i dati per gli eventi CurrentStateChanging e CurrentStateChanged.Provides data for the CurrentStateChanging and CurrentStateChanged events. |
VisualStateGroup |
Contiene oggetti VisualState che si escludono a vicenda e oggetti VisualTransition utilizzati per passare da uno stato ad un altro.Contains mutually exclusive VisualState objects and VisualTransition objects that are used to move from one state to another. |
VisualStateManager |
Gestisce gli stati e la logica per la transizione tra stati dei controlli.Manages states and the logic for transitioning between states for controls. |
VisualTransition |
Rappresenta il comportamento visivo che si verifica quando un controllo passa da uno stato ad un altro.Represents the visual behavior that occurs when a control transitions from one state to another. |
WeakEventManager |
Fornisce una classe base per la gestione degli eventi usata nel modello di eventi deboli.Provides a base class for the event manager that is used in the weak event pattern. Il gestore aggiunge e rimuove listener per eventi (o callback) che utilizzano il modello.The manager adds and removes listeners for events (or callbacks) that also use the pattern. |
WeakEventManager.ListenerList |
Fornisce un elenco di insiemi incorporati per l'archiviazione dei listener per WeakEventManager.Provides a built-in collection list for storing listeners for a WeakEventManager. |
WeakEventManager<TEventSource,TEventArgs> |
Fornisce un oggetto WeakEventManager che consente di specificare il gestore di eventi da utilizzare per il modello "listener di eventi deboli".Provides a type-safe WeakEventManager that enables you to specify the event handler to use for the "weak event listener" pattern. Questa classe definisce un parametro di tipo per l'origine dell'evento e un parametro di tipo per i dati degli eventi utilizzati.This class defines a type parameter for the source of the event and a type parameter for the event data that is used. |
WeakEventManager.ListenerList<TEventArgs> |
Fornisce un elenco di raccolte indipendente dai tipi per l'archiviazione dei listener per WeakEventManager.Provides a type-safe collection list for storing listeners for a WeakEventManager. Questa classe definisce un parametro di tipo per i dati degli eventi utilizzati.This class defines a type parameter for the event data that is used. |
Window |
Fornisce la possibilità di creare, configurare, visualizzare e gestire la durata di finestre e finestre di dialogo.Provides the ability to create, configure, show, and manage the lifetime of windows and dialog boxes. |
WindowCollection |
Rappresenta una raccolta di oggetti Window.Represents a collection of Window objects. La classe non può essere ereditata.This class cannot be inherited. |
Struct
CornerRadius |
Rappresenta i raggi degli angoli di un rettangolo.Represents the radiuses of a rectangle's corners. |
DependencyPropertyChangedEventArgs |
Fornisce i dati per diversi eventi di modifica delle proprietà.Provides data for various property changed events. Questi eventi segnalano in genere effettive modifiche del valore di una proprietà di dipendenza di sola lettura.Typically these events report effective value changes in the value of a read-only dependency property. Un altro utilizzo è come parte di un'implementazione PropertyChangedCallback.Another usage is as part of a PropertyChangedCallback implementation. |
DpiScale |
Archivia le informazioni relative al valore DPI tramite cui viene eseguito il rendering di Visual o UIElement.Stores DPI information from which a Visual or UIElement is rendered. |
Duration |
Rappresenta l'intervallo di tempo durante cui un oggetto Timeline è attivo.Represents the duration of time that a Timeline is active. |
FigureLength |
Descrive l'altezza o la larghezza di un oggetto Figure.Describes the height or width of a Figure. |
FontStretch |
Descrive il grado di estensione di un tipo di carattere rispetto alle normali proporzioni del tipo di carattere stesso.Describes the degree to which a font has been stretched compared to the normal aspect ratio of that font. |
FontStyle |
Definisce una struttura che rappresenta lo stile del font face come normale, corsivo o obliquo.Defines a structure that represents the style of a font face as normal, italic, or oblique. |
FontWeight |
Si riferisce alla densità di un carattere tipografico, in condizioni della leggerezza o la pesantezza dei tratti.Refers to the density of a typeface, in terms of the lightness or heaviness of the strokes. |
FreezableCollection<T>.Enumerator |
Enumera i membri di FreezableCollection<T>.Enumerates the members of a FreezableCollection<T>. |
GridLength |
Rappresenta la lunghezza di elementi che supportano in modo esplicito i tipi di unità Star.Represents the length of elements that explicitly support Star unit types. |
Int32Rect |
Descrive larghezza, altezza e posizione di un rettangolo Integer.Describes the width, height, and location of an integer rectangle. |
LocalValueEntry |
Rappresenta un identificatore di proprietà e il valore della proprietà per una proprietà di dipendenza impostata in locale.Represents a property identifier and the property value for a locally set dependency property. |
LocalValueEnumerator |
Fornisce il supporto di enumerazione per i valori locali di qualsiasi proprietà di dipendenza presente in un oggetto DependencyObject.Provides enumeration support for the local values of any dependency properties that exist on a DependencyObject. |
Point |
Rappresenta una coppia di coordinate x e y nello spazio bidimensionale.Represents an x- and y-coordinate pair in two-dimensional space. |
Rect |
Descrive larghezza, altezza e posizione di un rettangolo.Describes the width, height, and location of a rectangle. |
RoutedEventHandlerInfo |
Fornisce informazioni speciali sulla gestione per informare i listener di eventi se devono essere richiamati gestori specifici.Provides special handling information to inform event listeners whether specific handlers should be invoked. |
Size |
Implementa una struttura che viene usata per descrivere il valore Size di un oggetto.Implements a structure that is used to describe the Size of an object. |
TextDecorationCollection.Enumerator |
Enumera gli elementi TextDecoration in TextDecoration.Enumerates TextDecoration items in a TextDecoration. |
Thickness |
Descrive lo spessore di un frame intorno a un rettangolo.Describes the thickness of a frame around a rectangle. Quattro valori Double descrivono rispettivamente i lati Left, Top, Righte Bottom del rettangolo.Four Double values describe the Left, Top, Right, and Bottom sides of the rectangle, respectively. |
ValueSource |
Segnala le informazioni restituite da GetValueSource(DependencyObject, DependencyProperty).Reports the information returned from GetValueSource(DependencyObject, DependencyProperty). |
Vector |
Rappresenta uno spostamento nello spazio 2D.Represents a displacement in 2-D space. |
Interfacce
IContentHost |
Interfaccia implementata da layout che ospitano ContentElement.This interface is implemented by layouts which host ContentElement. |
IDataObject |
Fornisce un meccanismo indipendente dal formato per il trasferimento dei dati.Provides a format-independent mechanism for transferring data. |
IFrameworkInputElement |
Dichiara un contratto di ambito dei nomi per gli elementi del framework.Declares a namescope contract for framework elements. |
IInputElement |
Stabilisce gli eventi comuni nonché le proprietà e i metodi correlati agli eventi per l’elaborazione dell'input di base mediante elementi di Windows Presentation Foundation (WPF).Establishes the common events and also the event-related properties and methods for basic input processing by Windows Presentation Foundation (WPF) elements. |
IWeakEventListener |
Fornisce supporto per l'ascolto di eventi alle classi in attesa di ricevere eventi tramite il modello WeakEvent e WeakEventManager.Provides event listening support for classes that expect to receive events through the WeakEvent pattern and a WeakEventManager. |
Enumerazioni
BaseCompatibilityPreferences.HandleDispatcherRequestProcessingFailureOptions |
Specifica un insieme di valori che descrive come il dispatcher risponde agli errori che si verificano durante l'elaborazione delle richieste.Provides a set of values that describes how the dispatcher responds to failures that are encountered while requesting processing. |
BaselineAlignment |
Descrive come è posizionata sull'asse verticale la linea di base per un elemento basato su testo relativamente alla linea di base stabilita per il testo.Describes how the baseline for a text-based element is positioned on the vertical axis, relative to the established baseline for text. |
BaseValueSource |
Identifica l'origine del sistema di proprietà di un particolare valore di proprietà di dipendenza.Identifies the property system source of a particular dependency property value. |
ColumnSpaceDistribution |
Descrive come distribuire lo spazio in un contenuto in flusso in colonne.Describes how to distribute space in columnated flow content. |
DragAction |
Specifica se e in che modo un'operazione di trascinamento dovrebbe continuare.Specifies how and if a drag-and-drop operation should continue. |
DragDropEffects |
Specifica gli effetti di un'operazione di trascinamento.Specifies the effects of a drag-and-drop operation. |
DragDropKeyStates |
Specifica lo stato corrente dei tasti di modifica, ovvero MAIUSC, CTRL e ALT, nonché lo stato dei pulsanti del mouse.Specifies the current state of the modifier keys (SHIFT, CTRL, and ALT), as well as the state of the mouse buttons. |
FigureHorizontalAnchor |
Descrive un riferimento di posizione per una figura in una direzione orizzontale.Describes a position reference for a figure in a horizontal direction. |
FigureUnitType |
Descrive il tipo di unità associato alla larghezza o all'altezza di un oggetto FigureLength.Describes the unit type associated with the width or height of a FigureLength. |
FigureVerticalAnchor |
Descrive il punto di riferimento di una figura in direzione verticale.Describes the point of reference of a figure in the vertical direction. |
FlowDirection |
Definisce costanti che specificano la direzione di flusso del contenuto per testo ed elementi dell'interfaccia utente.Defines constants that specify the content flow direction for text and user interface (UI) elements. |
FontCapitals |
Descrive lo stile delle maiuscole per un oggetto Typography.Describes the capital letter style for a Typography object. |
FontEastAsianLanguage |
Fornisce un meccanismo che consente all'utente di selezionare versioni di glifi specifiche del tipo di carattere per un determinato sistema di scrittura o lingua dell'Asia orientale.Provides a mechanism for the user to select font-specific versions of glyphs for a specified East Asian writing system or language. |
FontEastAsianWidths |
Fornisce un meccanismo che consente all'utente di selezionare glifi di stili di larghezza diversi.Provides a mechanism for the user to select glyphs of different width styles. |
FontFraction |
Descrive lo stile delle frazioni per un oggetto Typography.Describes the fraction style for a Typography object. |
FontNumeralAlignment |
Descrive l'allineamento dei caratteri numerici per un oggetto Typography.Describes the numeral alignment for a Typography object. |
FontNumeralStyle |
Descrive lo stile dei caratteri numerici per un oggetto Typography.Describes the numeral style for a Typography object. |
FontVariants |
Esegue il rendering dei formati di glifi tipografici varianti.Renders variant typographic glyph forms. |
FrameworkPropertyMetadataOptions |
Specifica i tipi di comportamento delle proprietà a livello di framework che si riferiscono a una proprietà di dipendenza specifica nel sistema di proprietà Windows Presentation Foundation (WPF).Specifies the types of framework-level property behavior that pertain to a particular dependency property in the Windows Presentation Foundation (WPF) property system. |
GridUnitType |
Descrive il tipo di valore contenuto in un oggetto GridLength.Describes the kind of value that a GridLength object is holding. |
HorizontalAlignment |
Indica la posizione in cui un elemento deve essere visualizzato sull'asse orizzontale relativamente allo slot di layout allocato dell'elemento padre.Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element. |
InheritanceBehavior |
Indica la modalità corrente di ricerca dell'ereditarietà dei valori di proprietà e delle risorse, nonché della ricerca RelativeSource FindAncestor. Una ricerca RelativeSource FindAncestor si verifica quando un binding usa un oggetto RelativeSource con la proprietà Mode impostata sul valore FindAncestor.A RelativeSource FindAncestor lookup occurs when a binding uses a RelativeSource that has its Mode property set to the FindAncestor value. |
LineBreakCondition |
Descrive la condizione di interruzione un oggetto in linea con il testo.Describes the breaking condition around an inline object. |
LineStackingStrategy |
Descrive un meccanismo che determina un riquadro delle righe per ogni riga.Describes a mechanism by which a line box is determined for each line. |
LocalizationCategory |
Specifica il valore di categoria di un oggetto LocalizabilityAttribute per una classe binaria XAML (BAML) o un membro di classe.Specifies the category value of a LocalizabilityAttribute for a binary XAML (BAML) class or class member. |
MessageBoxButton |
Specifica i pulsanti visualizzati in una finestra di messaggio. Utilizzata come argomento del metodo Show.Used as an argument of the Show method. |
MessageBoxImage |
Specifica l'icona visualizzata in una finestra di messaggio.Specifies the icon that is displayed by a message box. |
MessageBoxOptions |
Specifica opzioni di visualizzazione speciali per una finestra di messaggio.Specifies special display options for a message box. |
MessageBoxResult |
Specifica il pulsante della finestra di messaggio scelto dall'utente. Oggetto MessageBoxResult restituito dal metodo Show.MessageBoxResult is returned by the Show method. |
Modifiability |
Specifica il valore di modificabilità di un oggetto LocalizabilityAttribute per una classe binaria XAML (BAML) o un membro di classe.Specifies the modifiability value of a LocalizabilityAttribute for a binary XAML (BAML) class or class member. |
PowerLineStatus |
Indica se l'alimentazione del sistema è collegata o se lo stato dell'alimentazione del sistema non è noto.Indicates whether the system power is online, or that the system power status is unknown. |
Readability |
Specifica il valore di leggibilità di un oggetto LocalizabilityAttribute per una classe binaria XAML (BAML) o un membro di classe.Specifies the readability value of a LocalizabilityAttribute for a binary XAML (BAML) class or class member. |
ReasonSessionEnding |
Specifica la ragione per la quale sta terminando la sessione dell'utente. Utilizzato dalla proprietà ReasonSessionEnding.Used by the ReasonSessionEnding property. |
ResizeMode |
Specifica se una finestra può essere ridimensionata e, in tal caso, la possibile modalità di ridimensionamento.Specifies whether a window can be resized and, if so, how it can be resized. Utilizzato dalla proprietà ResizeMode.Used by the ResizeMode property. |
ResourceDictionaryLocation |
Specifica i percorsi dei dizionari risorse dei temi.Specifies the locations where theme resource dictionaries are located. |
RoutingStrategy |
Indica la strategia di routing di un evento indirizzato.Indicates the routing strategy of a routed event. |
ShutdownMode |
Specifica come verrà arrestata un'applicazione. Utilizzato dalla proprietà ShutdownMode.Used by the ShutdownMode property. |
SizeToContent |
Specifica la modalità di ridimensionamento automatico di una finestra per adattarsi alla dimensione del contenuto.Specifies how a window will automatically size itself to fit the size of its content. Utilizzato dalla proprietà SizeToContent.Used by the SizeToContent property. |
TemplateKey.TemplateType |
Descrive i tipi diversi di modelli che utilizzano TemplateKey.Describes the different types of templates that use TemplateKey. |
TextAlignment |
Specifica se il testo nell'oggetto è allineato a sinistra, a destra, centrato, o giustificato.Specifies whether the text in the object is left-aligned, right-aligned, centered, or justified. |
TextDataFormat |
Specifica il formato dati dei dati di testo.Specifies the data format of the text data. |
TextDecorationLocation |
Specifica la posizione verticale di un oggetto TextDecoration.Specifies the vertical position of a TextDecoration object. |
TextDecorationUnit |
Specifica il tipo di unità di un valore dello spessore di TextDecorationPenOffset o di Pen.Specifies the unit type of either a TextDecorationPenOffset or a Pen thickness value. |
TextMarkerStyle |
Descrive l'aspetto dello stile del punto elenco di un elenco.Describes the appearance of a list item's bullet style. |
TextTrimming |
Descrive il modo in cui il testo viene ritagliato quando si estende oltre il bordo della casella che lo contiene.Describes how text is trimmed when it overflows the edge of its containing box. |
TextWrapping |
Specifica se applicare il ritorno a capo automatico quando il testo raggiunge il bordo della casella che lo contiene.Specifies whether text wraps when it reaches the edge of the containing box. |
VerticalAlignment |
Descrive come un elemento figlio è posizionato verticalmente o è esteso all'interno dello slot del layout di un padre.Describes how a child element is vertically positioned or stretched within a parent's layout slot. |
Visibility |
Specifica lo stato di visualizzazione di un elemento.Specifies the display state of an element. |
WindowStartupLocation |
Specifica la posizione in cui sarà visualizzato un oggetto Window quando viene aperto per la prima volta.Specifies the position that a Window will be shown in when it is first opened. Utilizzato dalla proprietà WindowStartupLocation.Used by the WindowStartupLocation property. |
WindowState |
Specifica se una finestra è ridotta a icona, ingrandita o ripristinata. Utilizzato dalla proprietà WindowState.Used by the WindowState property. |
WindowStyle |
Specifica il tipo di bordo di un oggetto Window. Utilizzato dalla proprietà WindowStyle.Used by the WindowStyle property. |
WrapDirection |
Specifica le direzioni consentite delle quali il contenuto può eseguire il wrapping per un oggetto.Specifies the allowable directions that content can wrap around an object. |
Delegati
AutoResizedEventHandler |
Rappresenta il metodo che gestirà l'evento AutoResized generato da HwndSource.Represents the method that will handle the AutoResized event raised by HwndSource. |
CoerceValueCallback |
Fornisce un modello per un metodo chiamato ogni volta che un valore della proprietà di dipendenza viene rivalutato o se è specificamente richiesta la coercizione.Provides a template for a method that is called whenever a dependency property value is being re-evaluated, or coercion is specifically requested. |
DataObjectCopyingEventHandler |
Rappresenta un metodo che gestirà l'evento associato Copying.Represents a method that will handle the Copying attached event. |
DataObjectPastingEventHandler |
Rappresenta un metodo che gestirà l'evento associato Pasting.Represents a method that will handle the Pasting attached event. |
DataObjectSettingDataEventHandler |
Rappresenta un metodo che gestirà l'evento associato SettingData.Represents a method that will handle the SettingData attached event. |
DependencyPropertyChangedEventHandler |
Rappresenta il metodo che gestirà gli eventi generati quando in caso di modifica di DependencyProperty in una particolare implementazione di DependencyObject.Represents the method that will handle events raised when a DependencyProperty is changed on a particular DependencyObject implementation. |
DpiChangedEventHandler |
Rappresenta un metodo che gestirà DpiChangedEventArgs.Represents a method that will handle DpiChangedEventArgs. |
DragEventHandler |
Rappresenta un metodo che gestirà gli eventi indirizzati di trascinamento della selezione, ad esempio DragEnter.Represents a method that will handle drag-and-drop routed events, for example DragEnter. |
ExitEventHandler |
Rappresenta il metodo che gestisce l'evento Exit.Represents the method that handles the Exit event. |
GiveFeedbackEventHandler |
Rappresenta un metodo che gestirà l'evento indirizzato per la risposta visiva da operazioni di trascinamento e rilascio in-process, ad esempio GiveFeedback.Represents a method that will handle the feedback routed event from in-process drag-and-drop operations, for instance GiveFeedback. |
HwndDpiChangedEventHandler |
Delegato da usare per i gestori che ricevono una notifica di modifica DPI.The delegate to use for handlers that receive DPI change notification. |
PropertyChangedCallback |
Rappresenta il callback che viene richiamato quando cambia il valore effettivo di una proprietà di dipendenza.Represents the callback that is invoked when the effective property value of a dependency property changes. |
QueryContinueDragEventHandler |
Rappresenta un metodo che gestirà gli eventi indirizzati e che consente a un'operazione di trascinamento e rilascio di essere annullata dall'origine di trascinamento, ad esempio QueryContinueDrag.Represents a method that will handle the routed events that enables a drag-and-drop operation to be canceled by the drag source, for example QueryContinueDrag. |
RequestBringIntoViewEventHandler |
Rappresenta il metodo che gestirà l'evento indirizzato RequestBringIntoView.Represents the method that will handle the RequestBringIntoView routed event. |
RoutedEventHandler |
Rappresenta il metodo che gestirà i diversi eventi indirizzati che non hanno dati di evento specifici oltre ai dati comuni per tutti gli eventi indirizzati.Represents the method that will handle various routed events that do not have specific event data beyond the data that is common for all routed events. |
RoutedPropertyChangedEventHandler<T> |
Rappresenta i metodi che gestiranno i vari eventi indirizzati che tengono traccia delle modifiche dei valori delle proprietà.Represents methods that will handle various routed events that track property value changes. |
SessionEndingCancelEventHandler |
Rappresenta il metodo che gestisce l'evento SessionEnding.Represents the method that handles the SessionEnding event. |
SizeChangedEventHandler |
Rappresenta il metodo che gestirà l'evento indirizzato SizeChanged.Represents the method that will handle the SizeChanged routed event. |
SourceChangedEventHandler |
Rappresenta il metodo che gestirà l'evento "SourceChanged" in elementi listener specifici.Represents the method that will handle the "SourceChanged" event on specific listener elements. |
StartupEventHandler |
Rappresenta il metodo che gestisce l'evento Startup.Represents the method that handles the Startup event. |
ValidateValueCallback |
Rappresenta un metodo usato come callback che convalida il valore effettivo di una proprietà di dipendenza.Represents a method used as a callback that validates the effective value of a dependency property. |