> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.events.print_event.PrintEvent

<h2 id="autogen.events.print_event.PrintEvent" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">PrintEvent</span>
</h2>

```python theme={null}
PrintEvent(*args: Any, **data: Any)
```

Print message

<b>Parameters:</b>

| Name     | Description   |
| -------- | ------------- |
| `*args`  | **Type:** Any |
| `**data` | **Type:** Any |

### Class Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### end

<br />

End of the print

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### model\_config

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### objects

<br />

List of objects to print

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### sep

<br />

Separator between objects
