Xceed Toolkit Plus for WPF v4.6 Documentation
AddPreparePropertyItemHandler Method


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.PropertyGrid Namespace > PropertyGrid Class : AddPreparePropertyItemHandler Method
The element to attach the handler.
The handler for the event.
Adds a handler for the PreparePropertyItem attached event.
Syntax
'Declaration
 
Public Shared Sub AddPreparePropertyItemHandler( _
   ByVal element As UIElement, _
   ByVal handler As PropertyItemEventHandler _
) 
'Usage
 
Dim element As UIElement
Dim handler As PropertyItemEventHandler
 
PropertyGrid.AddPreparePropertyItemHandler(element, handler)
public static void AddPreparePropertyItemHandler( 
   UIElement element,
   PropertyItemEventHandler handler
)

Parameters

element
The element to attach the handler.
handler
The handler for the event.
Requirements

Target Platforms: Windows 11, Windows 10, 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

See Also

Reference

PropertyGrid Class
PropertyGrid Members