| C1.WPF Namespace > C1TreeViewPanel Class : ShouldItemsChangeAffectLayout Method |
'Declaration<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")> Public Function ShouldItemsChangeAffectLayout( _ ByVal areItemChangesLocal As System.Boolean, _ ByVal args As System.Windows.Controls.Primitives.ItemsChangedEventArgs _ ) As System.Boolean
'UsageDim instance As C1TreeViewPanel Dim areItemChangesLocal As System.Boolean Dim args As System.Windows.Controls.Primitives.ItemsChangedEventArgs Dim value As System.Boolean value = instance.ShouldItemsChangeAffectLayout(areItemChangesLocal, args)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] public System.bool ShouldItemsChangeAffectLayout( System.bool areItemChangesLocal, System.Windows.Controls.Primitives.ItemsChangedEventArgs args )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2