Share via


EventParameter Structure

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a descriptor of an event parameter that describes an event in an event binding.

Namespace:  Microsoft.Xaml
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure EventParameter
'Usage
Dim instance As EventParameter
[SerializableAttribute]
public struct EventParameter
[SerializableAttribute]
public value class EventParameter
JScript supports the use of structures, but not the declaration of new ones.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EventParameter Members

Microsoft.Xaml Namespace

Other Resources

WPF Designer Extensibility