combit List & Label 30 - .NET Help
combit.Reporting Namespace / ListLabelPreviewControl.ButtonPressHandler Delegate


ListLabelPreviewControl.ButtonPressHandler Delegate

This event is triggered when a button in the preview window is clicked. Here, you have the option to implement the corresponding function by yourself or accept the regular List & Label behavior.

Syntax
'Declaration
 
Public Delegate Sub ListLabelPreviewControl.ButtonPressHandler( _
   ByVal sender As Object, _
   ByVal e As ListLabelPreviewControl.ButtonPressEventArgs _
) 
 

Parameters

sender
e
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also