Represents the method that will handle a data event that carries data of  type for a target object of  type.
            Syntax
            
        
            Parameters
- sender
 
- The source of the event. This is set to the target object of the linking.
 - e
 
- The event arguments; contain the actual event data.
 
            Type Parameters
- TData
 
- Type of data handled by this delegate.
 
- TTarget
 
- Type of target object.
 
             
            
            
            
            
            
            
            Requirements
 
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also