ContextNodeDeletingBaseEventArgs.NodeToBeDeleted-Eigenschaft
Ruft den Kontextknoten ab, den InkAnalyzerBase löscht.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public ReadOnly Property NodeToBeDeleted As ContextNodeBase
'Usage
Dim instance As ContextNodeDeletingBaseEventArgs
Dim value As ContextNodeBase
value = instance.NodeToBeDeleted
public ContextNodeBase NodeToBeDeleted { get; }
public:
property ContextNodeBase^ NodeToBeDeleted {
ContextNodeBase^ get ();
}
/** @property */
public ContextNodeBase get_NodeToBeDeleted()
public function get NodeToBeDeleted () : ContextNodeBase
Eigenschaftenwert
Typ: System.Windows.Ink.AnalysisCore.ContextNodeBase
Der Kontextknoten, den InkAnalyzerBase löscht.
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0
Siehe auch
Referenz
ContextNodeDeletingBaseEventArgs-Klasse