CIS150 C# Ch 10 Programming Using Events

CIS150 C# Ch 10 Programming Using Events

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

BAML

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 1, 2020

Cards (9)

Section 1

(9 cards)

BAML

Front

tokenized, binary representation of XAML which can store images

Back

eXtensible Application Markup Language

Front

XAML file created for WPF applications

Back

multicast delegate

Front

a delegate that wraps more than one method, so that when a delegate is used, multiple methods are called

Back

signature for a method

Front

name, number of parameters, and parameter types for a method

Back

XAML

Front

eXtensible Application Markup Language XML file created for WPF applications

Back

delegates

Front

special types of .NET classes whose instances store references (addresses) to methods

Back

event wiring

Front

associate a method to an event

Back

Windows Presentation Foundation (WPF)

Front

vector-based and resolution independent option for creating windows application in Visual Studio

Back

wrap

Front

associate a method to a delegate

Back