| Visual Basic (Declaration) | |
|---|---|
Public Property IsDirty As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool IsDirty {get; set;} | |
NOTE: The following is incomplete code. You would need to add your own code to handle the user's answer via the MessageBox.
| C# | Copy Code |
|---|---|
private void mnuExit_Click(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub mnuExit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles mnuExit.Click | |
This property is typically used by the End-User Report Designer control to determine whether the current report layout needs to be saved.