Click or drag to resize
Event Link

Event links are used for referencing member events of managed types.

Syntax

TBD.

Note Note
The link target cannot contain spaces.
Examples
AMDL
[E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged]
AMDL
[Property value changed](E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged)
Example Output
Attributes

An event link may be assigned attributes through an attribute enclosure using the following syntax:

{#identifier .class1 .class2 name1="value1" name2="value2" ...}

The following attributes are defined:

identifier

  • Ignored.

class

  • any of the following:

    • qualifyHint - equivalent to specifying qualifyHint="true".

qualifyHint

  • a Boolean value indicating whether the name of the defining type will be included in the link text. If no value is specified, the type name will be excluded.

Differences from PM
  1. PM does not define code link elements.

amdl2maml Support

Partial, pending parser modification.

Limitations

  • Reference-style links are unsupported.

Current Workaround

AMDL
[](E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged)
See Also

Other Resources